Updated PCSIG08 debugger config
This commit is contained in:
parent
34d6c11c49
commit
332245d0ed
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue