Skip to content
This repository was archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
Added more EGA monitor combos, changed the Video smoothing parameter …
Browse files Browse the repository at this point in the history
…default to null, and fixed the EGA/monochrome combo colors
  • Loading branch information
jeffpar committed Apr 12, 2018
1 parent 106c5a4 commit 9387459
Show file tree
Hide file tree
Showing 78 changed files with 201 additions and 95 deletions.
2 changes: 1 addition & 1 deletion apps/pcx86/examples/example1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="ibm-basic-1.00.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenWidth="720" screenHeight="350" smoothing="false" fontROM="ibm-mda-cga.json">
<video id="videoMDA" screenWidth="720" screenHeight="350" fontROM="ibm-mda-cga.json">
<menu>
<title>Monochrome Display</title>
</menu>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/examples/example2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="ibm-basic-1.00.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenWidth="720" screenHeight="350" smoothing="false" fontROM="ibm-mda-cga.json">
<video id="videoMDA" screenWidth="720" screenHeight="350" fontROM="ibm-mda-cga.json">
<menu>
<title>Monochrome Display</title>
</menu>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/examples/example3a.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="ibm-basic-1.00.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenWidth="720" screenHeight="350" smoothing="false" fontROM="ibm-mda-cga.json">
<video id="videoMDA" screenWidth="720" screenHeight="350" fontROM="ibm-mda-cga.json">
<menu>
<title>Monochrome Display</title>
</menu>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/examples/example3b.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="ibm-basic-1.00.json"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenWidth="720" screenHeight="350" smoothing="false" fontROM="ibm-mda-cga.json"/>
<video id="videoMDA" screenWidth="720" screenHeight="350" fontROM="ibm-mda-cga.json"/>
<fdc id="fdcNEC" autoMount='{A: {name: "PC-DOS 1.00", path: "PCDOS100.json"}, B: {name: "VisiCalc", path: "visicalc.json"}}'/>
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
</machine>
2 changes: 1 addition & 1 deletion devices/c1p/machine/32kb/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<rom id="romNull" size="0x2000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<name>Video Display</name>
</video>
<keyboard id="keyboard" padLeft="8px">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/all/debugger/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<name>Video Display</name>
</video>
<keyboard id="keyboard" padLeft="8px">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/all/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" padding="8px">
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="/devices/c1p/video/chargen4x.png" padding="8px">
<name>Video Display</name>
</video>
<keyboard id="keyboard" padLeft="8px">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/embed/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="512" screenHeight="400" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen2x.png" width="256px" padding="8px"/>
<video id="video" screenWidth="512" screenHeight="400" cols="32" rows="32" charSet="/devices/c1p/video/chargen2x.png" width="256px" padding="8px"/>
<keyboard id="keyboard" pos="center" padLeft="8px">
<control type="button" binding="ctrl-c">CTRL-C</control>
<control type="button" binding="ctrl-o">CTRL-O</control>
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/large/debugger/local.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="../../../../rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="../../../../rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="../../../../video/chargen4x.png" width="512px" padding="8px">
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="../../../../video/chargen4x.png" width="512px" padding="8px">
<name>Video Display</name>
</video>
<keyboard id="keyboard" padLeft="8px">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/large/debugger/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="/devices/c1p/video/chargen4x.png" width="512px" padding="8px">
<name>Video Display</name>
</video>
<keyboard id="keyboard" padLeft="8px">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/large/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen4x.png" padding="8px"/>
<video id="video" screenWidth="1024" screenHeight="800" cols="32" rows="32" charSet="/devices/c1p/video/chargen4x.png" padding="8px"/>
<cpu id="cpu6502" autostart="false" pos="left" padLeft="8px">
<control type="button" binding="run">Run</control>
</cpu>
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/small/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<rom id="romNull" size="0x8000"/>
<rom id="romBasic" size="0x2000" image="/devices/c1p/rom/basic-gcpatch.hex"/>
<rom id="romSystem" size="0x0800" image="/devices/c1p/rom/system.hex"/>
<video id="video" screenWidth="512" screenHeight="400" cols="32" rows="32" smoothing="false" charSet="/devices/c1p/video/chargen2x.png" width="256px" padding="8px"/>
<video id="video" screenWidth="512" screenHeight="400" cols="32" rows="32" charSet="/devices/c1p/video/chargen2x.png" width="256px" padding="8px"/>
<keyboard id="keyboard" padLeft="8px">
<control type="button" binding="ctrl-c">CTRL-C</control>
<control type="button" binding="ctrl-o">CTRL-O</control>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/invaders/debugger/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<rom id="romF" addr="0x1000" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-F.json"/>
<rom id="romE" addr="0x1800" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-E.json"/>
<ram id="ram" addr="0x2000" size="0x0400"/>
<video id="video" screenWidth="896" screenHeight="1024" bufferRotate="-90" smoothing="false" bufferFormat="si1978"
<video id="video" screenWidth="896" screenHeight="1024" bufferRotate="-90" bufferFormat="si1978"
bufferAddr="0x2400" bufferCols="256" bufferRows="224" bufferBits="1" bufferLeft="0" interruptRate="120" width="40%" pos="left" padding="8px">
<menu>
<title>224x256 Screen (Rotated)</title>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/invaders/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<rom id="romF" addr="0x1000" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-F.json"/>
<rom id="romE" addr="0x1800" size="0x0800" file="/devices/pc8080/rom/invaders/INVADERS-E.json"/>
<ram id="ram" addr="0x2000" size="0x0400"/>
<video id="video" screenWidth="896" screenHeight="1024" bufferRotate="-90" smoothing="false" bufferFormat="si1978"
<video id="video" screenWidth="896" screenHeight="1024" bufferRotate="-90" bufferFormat="si1978"
bufferAddr="0x2400" bufferCols="256" bufferRows="224" bufferBits="1" bufferLeft="0" interruptRate="120" padding="8px">
<menu>
<title>224x256 Screen (Rotated)</title>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/vt100/debugger/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<cpu id="cpu8080" model="8080" cycles="2764800" autoStart="true"/>
<rom id="rom" addr="0x0000" size="0x2000" file="/devices/pc8080/rom/vt100/VT100.json"/>
<ram id="ram" addr="0x2000" size="0x0C00"/>
<video id="video" screenWidth="1600" screenHeight="960" smoothing="false" interruptRate="60"
<video id="video" screenWidth="1600" screenHeight="960" interruptRate="60"
fontROM="/devices/pc8080/rom/vt100/23-018E2.json" fontColor="white" cellWidth="10" cellHeight="10"
bufferAddr="0x2000" bufferRAM="true" bufferFormat="vt100" bufferCols="80" bufferRows="24" pos="left" padding="8px">
<menu>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/vt100/machine.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<computer id="computer" busWidth="16"/>
<rom id="rom" addr="0x0000" size="0x2000" file="/devices/pc8080/rom/vt100/VT100.json"/>
<ram id="ram" addr="0x2000" size="0x0C00"/>
<video id="video" screenWidth="1600" screenHeight="960" smoothing="false" interruptRate="60"
<video id="video" screenWidth="1600" screenHeight="960" interruptRate="60"
fontROM="/devices/pc8080/rom/vt100/23-018E2.json" fontColor="white" cellWidth="10" cellHeight="10"
bufferAddr="0x2000" bufferRAM="true" bufferFormat="vt100" bufferCols="80" bufferRows="24" padding="8px">
<menu>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redirect_from:
IBM PC (Model 5150) Machines
----------------------------

Our IBM PC 5150 configurations include:
Our IBM PC (Model 5150) configurations include:

* [IBM PC with Monochrome Display](/devices/pcx86/machine/5150/mda/)
* [IBM PC with Color Display](/devices/pcx86/machine/5150/cga/)
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /devices/pcx86/machine/5160/
IBM PC XT (Model 5160) Machines
-------------------------------

Our IBM PC XT 5160 configurations include:
Our IBM PC XT (Model 5160) configurations include:

* [IBM PC XT with Monochrome Display Adapter](/devices/pcx86/machine/5160/mda/)
* [IBM PC XT with Color Graphics Adapter](/devices/pcx86/machine/5160/cga/)
Expand Down
4 changes: 2 additions & 2 deletions devices/pcx86/machine/5160/cga/256kb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ IBM PC XT (256Kb) with Color Display

All our 256Kb Model 5160, aka IBM PC XT, configurations are located here, including:

* [IBM PC XT (256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pcx86/machine/5160/cga/256kb/array/)
* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Debugger](/devices/pcx86/machine/5160/cga/256kb/debugger/)
* [IBM PC XT (256K RAM, 10Mb Drive) Machine Array with Color Displays](/devices/pcx86/machine/5160/cga/256kb/array/)
* [IBM PC XT (256K RAM, 10Mb Drive) with Color Display and Debugger](/devices/pcx86/machine/5160/cga/256kb/debugger/)

{% include machine.html id="ibm5160" %}

Expand Down
6 changes: 3 additions & 3 deletions devices/pcx86/machine/5160/cga/256kb/array/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) Machine Array with CGA Displays
title: IBM PC XT (256K RAM, 10Mb Drive) Machine Array with Color Displays
permalink: /devices/pcx86/machine/5160/cga/256kb/array/
machines:
- id: ibm5160-1
Expand All @@ -9,8 +9,8 @@ machines:
type: pcx86
---

IBM PC XT Machine Array with CGA Displays
-----------------------------------------
IBM PC XT Machine Array with Color Displays
-------------------------------------------

### Demonstration of Multiple IBM PCs on a Single Web Page

Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/256kb/array/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive</name>
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
<ram id="ramLow" addr="0x00000" test="false"/>
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/256kb/debugger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger
title: IBM PC XT (256K RAM, 10Mb Drive) with Color Display and Debugger
permalink: /devices/pcx86/machine/5160/cga/256kb/debugger/
redirect_from:
- /configs/pc/machines/5160/cga/256kb/demo/debugger/
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/256kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
<ram id="ramLow" addr="0x00000" test="false" comment="ROM BIOS memory test has been disabled"/>
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/256kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive</name>
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
<ram id="ramLow" addr="0x00000"/>
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pcx86/hdc/ibm-xebec-1982.json"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/512kb/debugger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Debugger
title: IBM PC XT (512K RAM, 10Mb Drive) with Color Display and Debugger
permalink: /devices/pcx86/machine/5160/cga/512kb/debugger/
redirect_from:
- /configs/pc/machines/5160/cga/512kb/debugger/
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/512kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 512K, 10Mb Drive</name>
<name pos="center">IBM PC XT, Color Display, 512K RAM, 10Mb Drive</name>
<computer id="xt-cga-512k" name="IBM PC XT"/>
<cpu id="cpu8088" model="8088" autostart="true"/>
<ram id="ramLow" addr="0x00000" test="false" size="0x80000" comment="0x80000 (512Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/640kb/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display
title: IBM PC XT (640K RAM, 10Mb Drive) with Color Display
permalink: /devices/pcx86/machine/5160/cga/640kb/
machines:
- id: ibm5160
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/640kb/debugger/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: IBM PC XT (Model 5160, 640Kb, 10Mb Drive) with Color Display and Debugger
title: IBM PC XT (640K RAM, 10Mb Drive) with Color Display and Debugger
permalink: /devices/pcx86/machine/5160/cga/640kb/debugger/
redirect_from:
- /devices/pcx86/machine/5160/cga/640kb/softkbd/
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
<cpu id="cpu8088" model="8088" autostart="true"/>
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/640kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
<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"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
<cpu id="cpu8088" model="8088" autostart="true"/>
<ram id="ramLow" addr="0x00000" test="false" size="0xa0000" comment="0xa0000 (640Kb) size overrides SW1|ROM BIOS memory test has been disabled"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5160/cga/640kb/mouse/machine.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.63.0/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive (Formatted)</name>
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
<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"/>
Expand Down
8 changes: 4 additions & 4 deletions devices/pcx86/machine/5160/cga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IBM PC XT with Color Graphics (CGA) Display

All our Color Graphics (CGA) configurations of the IBM PC XT (Model 5160) are located here, including:

* [IBM PC XT (256Kb, 10Mb Drive) with Color Display](/devices/pcx86/machine/5160/cga/256kb/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/debugger/))
* [IBM PC XT (256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pcx86/machine/5160/cga/256kb/array/)
* [IBM PC XT (512Kb, 10Mb Drive) with Color Display and Debugger](/devices/pcx86/machine/5160/cga/512kb/debugger/)
* [IBM PC XT (640Kb, 10Mb Drive) with Color Display](/devices/pcx86/machine/5160/cga/640kb/) ([Debugger](/devices/pcx86/machine/5160/cga/640kb/debugger/))
* [IBM PC XT (256K RAM, 10Mb Drive) with Color Display](/devices/pcx86/machine/5160/cga/256kb/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/debugger/))
* [IBM PC XT (256K RAM, 10Mb Drive) Machine Array with CGA Displays](/devices/pcx86/machine/5160/cga/256kb/array/)
* [IBM PC XT (512K RAM, 10Mb Drive) with Color Display and Debugger](/devices/pcx86/machine/5160/cga/512kb/debugger/)
* [IBM PC XT (640K RAM, 10Mb Drive) with Color Display](/devices/pcx86/machine/5160/cga/640kb/) ([Debugger](/devices/pcx86/machine/5160/cga/640kb/debugger/))
10 changes: 10 additions & 0 deletions devices/pcx86/machine/5160/ega/256kb/color/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: page
title: IBM PC XT (256K EGA, 256K RAM, 10Mb Drive) with Color Display
permalink: /devices/pcx86/machine/5160/ega/256kb/color/
machines:
- id: ibm5160
type: pcx86
---

{% include machine.html id="ibm5160" %}
11 changes: 11 additions & 0 deletions devices/pcx86/machine/5160/ega/256kb/color/debugger/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: page
title: IBM PC XT (256K EGA, 256K RAM, 10Mb Drive) with Color Display and Debugger
permalink: /devices/pcx86/machine/5160/ega/256kb/color/debugger/
machines:
- id: ibm5160
type: pcx86
debugger: true
---

{% include machine.html id="ibm5160" %}
Loading

0 comments on commit 9387459

Please sign in to comment.