Next: , Previous: , Up: Module formats   [Contents][Index]


9.2.2.15 C64 memory module

The C64 memory module actually consists of two modules. The "C64MEM" module is mandatory and contains the RAM dump. The "C64ROM" module is optional and contains a dump of the ROM images.

The size of the C64 memory modules differs with each different memory configuration. The RAM configuration is saved in the snapshot, and restored when the snapshot is loaded.

Version numbers: Major 0, Minor 0

The C64MEM module

TypeNameDescription
BYTECPUDATACPU port data byte
BYTECPUDIRCPU port direction byte
BYTEEXROMstate of the EXROM line (?)
BYTEGAMEstate of the GAME line (?)
ARRAYRAM64KiB RAM dump

The C64ROM module

TypeNameDescription
ARRAYKERNAL8KiB dump of the kernal ROM
ARRAYBASIC8KiB dump of the basic ROM
ARRAYCHARGEN4KiB dump of the chargen ROM