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


9.2.1.1 x64 modules

The modules in the x64 emulator are:

NameTypeDescription
MAINCPU6502The Main CPU - although it is a 6510, only the 6502 core is saved here
C64MEMMemoryHolds the RAM contents of the C64. Also the CPU I/O register contents are saved here.
C64ROMROM 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
REU*The RAM Extension Unit state (optional)
ACIA16551An ACIA (RS232 interface) 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.