Reorganized the BASIC and BIOS ROMs into the ROM folder
This commit is contained in:
parent
c1599f0257
commit
c9eda96858
86 changed files with 154 additions and 131 deletions
|
|
@ -50,7 +50,7 @@ Attributes
|
|||
|
||||
For the Western Digital (*'at'*) controller, use a Model 5170 (or newer) ROM module; eg:
|
||||
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/bios/5170/1984-01-10.json"/>
|
||||
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/devices/pc/rom/5170/bios/1984-01-10.json"/>
|
||||
|
||||
The default *type* setting is *'xt'*.
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ None.
|
|||
|
||||
Example
|
||||
---
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x02000" file="/devices/pc/bios/5150/1981-04-24.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x02000" file="/devices/pc/rom/5150/bios/1981-04-24.json"/>
|
||||
|
||||
Output
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue