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

Commit

Permalink
What used to be called the BACKTRACK control panel is now simply the …
Browse files Browse the repository at this point in the history
…"Visual" control panel, since BACKTRACK support was not actually required; machines with "backtrack" configurations are now machines with "visual" configurations, and we call such a control panel a "Visualizer"
  • Loading branch information
jeffpar committed May 23, 2018
1 parent b0020cd commit 92ff3fa
Show file tree
Hide file tree
Showing 225 changed files with 197,638 additions and 263 deletions.
2 changes: 1 addition & 1 deletion _data/machines.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"shared": {
"version": "1.71.2",
"version": "1.71.3",
"externs": [
"./modules/shared/lib/externs.js"
],
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-01-17-pcjs-uncompiled.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ machines:
type: pcx86
debugger: true
uncompiled: true
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/visual/machine.xml
---

Most PCx86 machines on [{{ site.pcjs.domain }}](/) run with a compiled version of PCx86, which is produced
Expand All @@ -34,7 +34,7 @@ Here's what a typical Markdown file would look like:
id: at-ega-1152k-rev3
debugger: true
uncompiled: true
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/visual/machine.xml
---
...
{% include machine.html id="at-ega-1152k-rev3" %}
Expand Down
3 changes: 1 addition & 2 deletions _posts/2015-01-28-new-pcjs-control-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ machines:
- id: at-ega-1152k-rev3
type: pcx86
debugger: true
uncompiled: true
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
config: /devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/visual/machine.xml
---

A new PCx86 Control Panel is under development, featuring a new "Display Panel" that will provide a variety of
Expand Down
1 change: 0 additions & 1 deletion _posts/2015-02-22-compaq-deskpro-386.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ machines:
- id: deskpro386
type: pcx86
debugger: true
uncompiled: true
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
---

Expand Down
1 change: 0 additions & 1 deletion _posts/2015-04-16-compaq-deskpro-386-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ machines:
- id: deskpro386
type: pcx86
debugger: true
uncompiled: true
config: /devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
---

Expand Down
9 changes: 3 additions & 6 deletions _posts/2015-07-17-windows-95.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ diskette.

---

August 13, 2015 Update
---
### August 13, 2015 Update

PCx86 v1.18.8 has made a little more progress running Windows 95 Setup, but CAB decompression still fails almost
immediately. To monitor DOS calls until the first 36-byte read of PRECOPY1.CAB, try setting the following
Expand Down Expand Up @@ -168,8 +167,7 @@ A quick recap of those command prefixes (which you won't see until AFTER you've

---

August 21, 2015 Update
---
### August 21, 2015 Update

PCx86 v1.19.1 has finally solved a number of nagging bugs. The CAB decompression code itself was running
fine; it would crash after loading a 32-bit value into EAX *and* a timer interrupt occurred. A path
Expand All @@ -193,8 +191,7 @@ command:

---

September 12, 2015 Update
---
### September 12, 2015 Update

Lots of bugs have been squashed in the past few weeks -- not enough to finish setting up Windows 95, but it's getting
closer. More details on recent releases can be found [here](https://github.com/jeffpar/pcjs/releases).
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1981/visicalc/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>VisiCalc</title>
<!-- Since version numbers are incorporated into the disk image names, and this version number is a bit ugly, we're not exposing it with the normal "version" tag -->
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1982/esuite/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>Executive Suite</title>
<version/>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1982/ratbas/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>RatBas</title>
<version>2.13</version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1983/adventmath/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>Adventures in Math</title>
<version>1.00</version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1985/castle_adventure/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>Castle Adventure</title>
<version></version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1985/rogue/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>Rogue</title>
<version>1.49</version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1987/thinktank/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>ThinkTank</title>
<version>2.41NP</version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1988/moria/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>The Dungeons of Moria</title>
<version>4.872</version>
Expand Down
2 changes: 1 addition & 1 deletion apps/pcx86/1992/moria/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/manifest.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/manifest.xsl"?>
<manifest type="software">
<title>The Dungeons of Moria</title>
<version>5.5</version>
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/32kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1psim" type="c1p" border="1" width="100%" padBottom="8px" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (32Kb) with Disk Support</name>
<computer id="c1p" name="Challenger 1P">
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1pAll" type="c1p" border="1" width="100%" padBottom="8px" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
<computer id="c1p" name="Challenger 1P">
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1pAll" type="c1p" border="1" pos="center" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb, Additional Software)</name>
<computer id="c1p" name="Challenger 1P">
Expand Down
2 changes: 1 addition & 1 deletion devices/c1p/machine/8kb/array/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/outline.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/outline.xsl"?>
<outline>
<title>Challenger 1P (8Kb) "Server Array"</title>
<machine id="OSI1" ref="/devices/c1p/machine/8kb/small/machine.xml"/>
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1p8kb" type="c1p" border="1" width="100%" background="default" style="padding-bottom:8px">
<name>OSI Challenger 1P (8Kb) with Debugger</name>
<computer id="c1p" name="Challenger 1P">
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1pLarge" type="c1p" border="1" pos="center" background="default" style="padding-bottom:8px">
<name pos="center">OSI Challenger 1P (circa 1978)</name>
<computer id="c1p" name="Challenger 1P">
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/c1pjs/1.71.3/machine.xsl"?>
<machine id="c1pSmall" type="c1p" border="1" width="272px" pos="left" padding="16px" background="default" style="padding-bottom:8px">
<computer id="c1p" name="Challenger 1P">
<module type="cpu" refid="cpu6502" start="0x0000" end="0xffff"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/exerciser/machine-8080ex1.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 Exerciser Test Machine</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/exerciser/machine-8080pre.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 Exerciser Preliminary Test Machine</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/exerciser/machine-cputest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 CPUTEST Machine</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/exerciser/machine-test.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">8080 "Kelly Smith" Test Machine</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/exerciser/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="test8080" type="pc8080" border="1" pos="center" background="default">
<name pos="center">8080 Exerciser Test Machine</name>
<computer id="computer" busWidth="16"/>
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="invaders" type="pc8080" border="1" pos="center" background="default">
<name pos="center">Space Invaders</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/invaders/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="invaders" type="pc8080" border="1" pos="center" background="default">
<name pos="center">Space Invaders</name>
<computer id="computer" busWidth="16"/>
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
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="vt100" type="pc8080" border="1" pos="center" background="default">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pc8080/machine/vt100/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pc8080/1.71.3/machine.xsl"?>
<machine id="vt100" type="pc8080" border="1" pos="center" background="default">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/4860/cga/64kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm4860" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PCjr (Model 4860) with 64K</name>
<computer id="pcjr-cga-64k" name="IBM PCjr"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 256K, Debugger</name>
<computer id="pc-cga-256k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/cga/256kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/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"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/cga/384kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 384K, Debugger</name>
<computer id="pc-cga-384k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
<computer id="pc-cga-64k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/cga/64kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), CGA, 64K</name>
<computer id="pc-cga-64k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/dual/64kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150) with Dual Displays</name>
<computer id="pc-dual-64k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 256K, Debugger</name>
<computer id="pc-mda-256k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/mda/256kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 256K</name>
<computer id="pc-mda-64k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 64K, Debugger</name>
<computer id="pc-mda-64k" name="IBM PC"/>
Expand Down
2 changes: 1 addition & 1 deletion devices/pcx86/machine/5150/mda/64kb/machine.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5150" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC (Model 5150), MDA, 64K</name>
<computer id="pc-mda-64k" name="IBM PC"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 256K RAM, 10Mb Drive</name>
<computer id="xt-cga-256k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="1000px" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 512K RAM, 10Mb Drive</name>
<computer id="xt-cga-512k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" width="980px" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
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,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, Color Display, 640K RAM, 10Mb Drive (Formatted)</name>
<computer id="xt-cga-640k" name="IBM PC XT"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.2/machine.xsl"?>
<?xml-stylesheet type="text/xsl" href="/versions/pcx86/1.71.3/machine.xsl"?>
<machine id="ibm5160" type="pcx86" border="1" pos="center" background="default">
<name pos="center">IBM PC XT, 256K EGA, 256K RAM, 10Mb Hard Disk, Color Display</name>
<computer id="xt-ega-256k" name="IBM PC XT"/>
Expand Down
Loading

0 comments on commit 92ff3fa

Please sign in to comment.