Next: xvic modules, Previous: x64 modules, Up: Emulator modules [Contents][Index]
The modules in the x128 emulator are:
Name | Type | Description |
MAINCPU | 6502 | The Main CPU - although it is a 6510, only the 6502 core is saved here |
C128MEM | Memory | Holds the RAM contents of the C64. Also the CPU I/O register contents are saved here. |
C128ROM | ROM images | Dump of the system ROMs |
VIC-II | 656* | The VIC-II of the C64/128 |
CIA1 | 6526 | The CIA for the interrupts and the keyboard |
CIA2 | 6526 | The CIA for the userport, IEC-bus and RS232. |
SID | 6581 | The SID sound chip of the C64/C128 |
ACIA1 | 6551 | An ACIA at $DE00 (optional) |
TPI | 6525 | A TPI at $DF00 for a parallel IEEE488 interface (optional) |
* | Drive modules | The emulated drive(s) have their own modules see Drive modules |
Some of the modules are optional and are only saved if the specific feature is enabled at save-time. If the module is found when restoring the state the optional features are enabled, and disabled otherwise.
Not yet supported are the 80 column video chip, cartridges and RAM expansion unit.