fadden / 6502bench

A workbench for developing 6502 code
https://6502bench.com
Apache License 2.0
166 stars 33 forks source link

Added SNES coprocessor symbol file #133

Closed absindx closed 2 years ago

absindx commented 2 years ago

Created symbols for the SA-1 and Super FX coprocessors found in some SNES games. These control registers are accessed by the CPU (65C816) as memory-mapped I/O. It's not included as standard, so I decided it wasn't necessary to add it to the system definition.

Also made some corrections to the previously created SNES symbol files.