Next: , Previous: , Up: Emulator modules   [Contents][Index]


9.2.1.2 x128 modules

The modules in the x128 emulator are:

NameTypeDescription
MAINCPU6502The Main CPU - although it is a 6510, only the 6502 core is saved here
C128MEMMemoryHolds the RAM contents of the C64. Also the CPU I/O register contents are saved here.
C128ROMROM imagesDump of the system ROMs
VIC-II656*The VIC-II of the C64/128
CIA16526The CIA for the interrupts and the keyboard
CIA26526The CIA for the userport, IEC-bus and RS232.
SID6581The SID sound chip of the C64/C128
ACIA16551An ACIA at $DE00 (optional)
TPI6525A TPI at $DF00 for a parallel IEEE488 interface (optional)
*Drive modulesThe 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.