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)

This commit is contained in:
Jeff Parsons 2016-10-17 11:01:32 -07:00 committed by Jeff Parsons
commit 980c2ac5ab
64 changed files with 1479 additions and 1154 deletions

View file

@ -13,8 +13,8 @@ All our [8080-Based Machines](machine/) are built from a collection of devices,
* [Control Panels](panel/)
* CPU (8080)
* [Machines](machine/)
* RAM
* [ROMs](rom/)
* [RAM Images](ram/)
* [ROM Images](rom/)
* Video Adapters
Complete [machine configurations](machine/) are constructed from those devices. A machine configuration is a single XML file