Documentation ¶
Overview ¶
Package coprocessor contains the helper functions for cartridge coprocessors. In practice this means the ARM processor but we'll try to keep it general in case of future developments in the 2600 scene.
The two subpackages, developer and disassembly, are distinct. The reason for the distinction is this: the developer package will only be used if the development files for the emulated ROM can be found. The disassembly package meanwhile, will work with any ROM and will endeavour to provide an accurate disassembly of the running coprocessor program.
Directories ¶
Path | Synopsis |
---|---|
Package developer offers additional functionality to the developer of ROMs that use a coprocessor.
|
Package developer offers additional functionality to the developer of ROMs that use a coprocessor. |
Package disassembly facilitates the disassembly of any coprocessor program in compatible ROM.
|
Package disassembly facilitates the disassembly of any coprocessor program in compatible ROM. |
Click to show internal directories.
Click to hide internal directories.