pcjs/devices/pc8080/ram
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-10-17 11:01:32 -07:00
..
exerciser Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address) 2016-10-17 11:01:32 -07:00
README.md Updated PC8080 and PDPjs to support RAM images, eliminating the need for the old "writable ROM" kludge; RAM images can include their own load and exec addresses as part of the JSON file, but the RAM component can provide explicit overrides (if no load address is specified either way, the default load address is the starting RAM address) 2016-10-17 11:01:32 -07:00

layout title permalink
page 8080-Based RAM Images /devices/pc8080/ram/

8080-Based RAM Images

RAM images are added to machines by including a component in the machine XML configuration file with the file attribute set to the filename of the image; eg:

<ram id="romH" addr="0x0000" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-H.json"/>

The project currently contains the following 8080-based ROMs: