Updated READMEs regarding RAM image support
This commit is contained in:
parent
980c2ac5ab
commit
5f3694133a
4 changed files with 26 additions and 13 deletions
|
|
@ -1,21 +1,20 @@
|
|||
---
|
||||
layout: page
|
||||
title: 8080-Based ROMs
|
||||
title: 8080-Based ROM Images
|
||||
permalink: /devices/pc8080/rom/
|
||||
---
|
||||
|
||||
8080-Based ROMs
|
||||
---
|
||||
8080-Based ROM Images
|
||||
---------------------
|
||||
|
||||
ROMs are added to machines by including one *[ROM](/docs/pcx86/rom/)* component in the machine XML configuration file
|
||||
ROMs are added to machines by including one `<rom>` component in the machine XML configuration file
|
||||
for each ROM in the machine; eg:
|
||||
|
||||
```xml
|
||||
<rom id="romH" addr="0x0000" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-H.json"/>
|
||||
```
|
||||
|
||||
The project currently contains the following 8080-based ROMs:
|
||||
The project currently contains the following 8080-based ROM images:
|
||||
|
||||
* [8080 Exerciser Tests](exerciser/)
|
||||
* [Space Invaders (1978)](invaders/)
|
||||
* [DEC VT100 Terminal](vt100/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue