Updated PCSIG08 debugger config

This commit is contained in:
Jeff Parsons 2017-07-11 17:14:03 -07:00 committed by Jeff Parsons
commit 332245d0ed
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ machines:
- id: ibm5150-pcsig08
type: pcx86
config: /disks/pcx86/shareware/pcsig08/debugger/machine.xml
autoType: $date\r$time\r
---
PC-SIG Library 8th Edition CD-ROM (April 1990)

View file

@ -3,7 +3,7 @@
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 256K</name>
<computer id="pc-cga-256k" name="IBM PC"/>
<cpu id="cpu8088" model="8088"/>
<cpu id="cpu8088" model="8088" autoStart="true"/>
<ram id="ramLow" addr="0x00000" test="false" comment="no memory test"/>
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5150/basic/BASIC100.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5150/1981-04-24/PCBIOS-REV1.json"/>