Next: VIC20 memory module, Previous: C64 memory module, Up: Module formats [Contents][Index]
The C128 memory module actually consists of two modules. The "C128MEM" module is mandatory and contains the RAM dump. The "C128ROM" module is optional and contains a dump of the ROM images.
The size of the C128 memory modules differs with each different memory configuration. The RAM configuration is saved in the snapshot, and restored when the snapshot is loaded. The attached cartridges are also restored upon load if they have been saved in the snapshot.
Version numbers: Major 0, Minor 0
The C128MEM module
Type | Name | Description |
12 BYTE | MMU | dump of the 12 MMU registers |
ARRAY | RAM | 128KiB RAM dump banks 0 and 1 |
The C128ROM module
Type | Name | Description |
ARRAY | KERNAL | 8KiB dump of the kernal ROM |
ARRAY | BASIC | 32KiB dump of the basic ROM |
ARRAY | EDITOR | 4KiB dump of the editor ROM |
ARRAY | 4KiB CHARGEN | dump of the chargen ROM |