Beefed up the shareware machine configs a bit
This commit is contained in:
parent
778eb7ce0d
commit
d95b6fe3df
10 changed files with 52 additions and 64 deletions
|
|
@ -3,10 +3,10 @@ layout: page
|
|||
title: PC-SIG Library 8th Edition CD-ROM (April 1990) (with Debugger)
|
||||
permalink: /disks/pcx86/shareware/pcsig08/debugger/
|
||||
machines:
|
||||
- id: ibm5150-pcsig08
|
||||
- id: pcsig08
|
||||
type: pcx86
|
||||
config: /disks/pcx86/shareware/pcsig08/debugger/machine.xml
|
||||
autoType: $date\r$time\r
|
||||
debugger: true
|
||||
autoStart: true
|
||||
---
|
||||
|
||||
PC-SIG Library 8th Edition CD-ROM (with Debugger)
|
||||
|
|
@ -15,4 +15,4 @@ PC-SIG Library 8th Edition CD-ROM (with Debugger)
|
|||
The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990).
|
||||
The same machine is also available [without the PCjs Debugger](../).
|
||||
|
||||
{% include machine.html id="ibm5150-pcsig08" %}
|
||||
{% include machine.html id="pcsig08" %}
|
||||
|
|
|
|||
|
|
@ -1,21 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.35.2/machine.xsl"?>
|
||||
<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" 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"/>
|
||||
<video ref="/devices/pcx86/video/ibm/cga/ibm-cga.xml"/>
|
||||
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
|
||||
<name pos="center">IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk (Formatted)</name>
|
||||
<computer id="xt-ega-640k" name="IBM PC XT"/>
|
||||
<cpu id="cpu8088" model="8088"/>
|
||||
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
|
||||
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pcx86/rom/5160/basic/BASIC110.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pcx86/rom/5160/1982-11-08/XTBIOS-REV1.json"/>
|
||||
<video ref="/devices/pcx86/video/ibm/ega/1984-09-13/128kb-autolockfs.xml"/>
|
||||
<fdc ref="/disks/pcx86/compiled/shareware/pcsig08/pcsig08.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-minimal.xml"/>
|
||||
<keyboard ref="/devices/pcx86/keyboard/us83-buttons-functions.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pcx86/panel/wide.xml"/>
|
||||
<chipset id="chipset" model="5150" sw1="01001001" sw2="10011000" pos="left" padLeft="8px" padBottom="8px">
|
||||
<chipset id="chipset" model="5160" sw1="01001101" pos="left" padLeft="8px" padBottom="8px">
|
||||
<control type="switches" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="switches" label="SW2" binding="sw2" left="0px"/>
|
||||
<control type="description" binding="swdesc" left="0px"/>
|
||||
</chipset>
|
||||
<serial id="com1" adapter="1" binding="print" tabsize="8"/>
|
||||
<hdc ref="/disks/pcx86/fixed/10mb/msdos320-c400.xml"/>
|
||||
<serial id="com1" adapter="1" binding="print"/>
|
||||
<serial id="com2" adapter="2"/>
|
||||
<mouse serial="com2"/>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue