diff --git a/README.md b/README.md
index 699e8e0b6..3a259f6a2 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,9 @@ Demos
Some pre-configured machines are shown below, ready to run BASIC, DOS, Windows, OS/2, and other assorted software.

-
+

-
+



diff --git a/apps/README.md b/apps/README.md
index 102fe60eb..6e3d10b54 100644
--- a/apps/README.md
+++ b/apps/README.md
@@ -1,20 +1,25 @@
---
layout: page
title: Software Archives
+<<<<<<< HEAD
+=======
+menu_title: Apps
+menu_order: 2
+>>>>>>> master
permalink: /apps/
---
-Software Archives
+Application Demos
-----------------
-PCjs includes archives of selected software:
+PCjs provides selected demos of archived software:
-* [IBM PC Application Demos](pcx86/)
+* [IBM PC Applications](pcx86/)
* [Challenger 1P Applications](c1p/)
* [DEC PDP-10 Tapes and Diagnostics](pdp10/)
* [DEC PDP-11 Tapes and Diagnostics](pdp11/)
-You can also browse our software archives by disk:
+You can also browse our collection of archived disks:
* [IBM PC Disk Library](/disks/pcx86/)
* [Challenger 1P Disk Library](/disks/c1p/)
@@ -60,13 +65,16 @@ described by <file> entries in its [manifest](/apps/pcx86/1981/visicalc/ma
Application
Productivity
Software Arts
- December 16, 1981
+ Dan Bricklin
+ Bob Frankston
+ December 16, 1981
+ Lotus Development
-
- VC.COM
- README.md
- VisiCalc License
-
+
+ VisiCalc (1981)
+ VC.COM
+ VisiCalc License
+
```
@@ -102,7 +110,7 @@ have saved that JSON-encoded image as static file on the server, and then added
```xml
-
+
...
diff --git a/apps/pcx86/1981/README.md b/apps/pcx86/1981/README.md
index b4a61df28..96f0e4fc7 100644
--- a/apps/pcx86/1981/README.md
+++ b/apps/pcx86/1981/README.md
@@ -5,6 +5,7 @@ permalink: /apps/pcx86/1981/
---
IBM PC Applications (1981)
----
+--------------------------
+* [DONKEY.BAS (1981)](donkey/)
* [VisiCalc (1981)](visicalc/)
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/README.md b/apps/pcx86/1981/donkey/README.md
similarity index 74%
rename from devices/pcx86/machine/5150/cga/64kb/donkey/README.md
rename to apps/pcx86/1981/donkey/README.md
index 443e1950c..e9994d11f 100644
--- a/devices/pcx86/machine/5150/cga/64kb/donkey/README.md
+++ b/apps/pcx86/1981/donkey/README.md
@@ -1,19 +1,27 @@
---
layout: page
-title: IBM PC (Model 5150, 64Kb, Color Display) running DONKEY.BAS
-permalink: /devices/pcx86/machine/5150/cga/64kb/donkey/
+title: "DONKEY.BAS (1981)"
+permalink: /apps/pcx86/1981/donkey/
redirect_from:
- /configs/pc/machines/5150/cga/64kb/donkey/
- /configs/pc/machines/5150/cga/64kb/donkey/machine.xml/
- /demos/pc/donkey/
- /devices/pc/machine/5150/cga/64kb/donkey/
+ - /devices/pcx86/machine/5150/cga/64kb/donkey/
machines:
- type: pcx86
id: ibm5150
+ config: /devices/pcx86/machine/5150/cga/64kb/machine.xml
+ state: /apps/pcx86/1981/donkey/state.json
+ autoMount:
+ A:
+ path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
+ B:
+ name: None
---
IBM PC Running DONKEY.BAS
----
+-------------------------
{% include machine.html id="ibm5150" %}
diff --git a/apps/pcx86/1981/donkey/debugger/README.md b/apps/pcx86/1981/donkey/debugger/README.md
new file mode 100644
index 000000000..38a37147c
--- /dev/null
+++ b/apps/pcx86/1981/donkey/debugger/README.md
@@ -0,0 +1,28 @@
+---
+layout: page
+title: "DONKEY.BAS (1981) with Debugger"
+permalink: /apps/pcx86/1981/donkey/debugger/
+machines:
+ - type: pcx86
+ id: ibm5150
+ config: /devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
+ state: /apps/pcx86/1981/donkey/state.json
+ autoMount:
+ A:
+ path: /disks/pcx86/dos/ibm/1.00/PCDOS100.json
+ B:
+ name: None
+---
+
+IBM PC Running DONKEY.BAS (with Debugger)
+-----------------------------------------
+
+{% include machine.html id="ibm5150" %}
+
+The above simulation is configured for a clock speed of 4.77Mhz, with 64Kb of RAM and a CGA display,
+using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration also includes a
+predefined state, with PC-DOS 1.0 already booted and DONKEY.BAS ready to run.
+
+And now that PCx86 automatically saves all your changes (subject to the limits of your browser's local
+storage), you can even close the browser in the middle of a game of DONKEY, and the next time you load
+this page, your progress (and the donkey) will be perfectly restored.
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/screenshot.png b/apps/pcx86/1981/donkey/screenshot.png
similarity index 100%
rename from devices/pcx86/machine/5150/cga/64kb/donkey/screenshot.png
rename to apps/pcx86/1981/donkey/screenshot.png
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/state.json b/apps/pcx86/1981/donkey/state.json
similarity index 100%
rename from devices/pcx86/machine/5150/cga/64kb/donkey/state.json
rename to apps/pcx86/1981/donkey/state.json
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/thumbnail.jpg b/apps/pcx86/1981/donkey/thumbnail.jpg
similarity index 100%
rename from devices/pcx86/machine/5150/cga/64kb/donkey/thumbnail.jpg
rename to apps/pcx86/1981/donkey/thumbnail.jpg
diff --git a/apps/pcx86/1981/visicalc/manifest.xml b/apps/pcx86/1981/visicalc/manifest.xml
index e7d455c47..16a14f40e 100644
--- a/apps/pcx86/1981/visicalc/manifest.xml
+++ b/apps/pcx86/1981/visicalc/manifest.xml
@@ -1,5 +1,5 @@
-
+
VisiCalc
diff --git a/apps/pcx86/1982/esuite/manifest.xml b/apps/pcx86/1982/esuite/manifest.xml
index 6553b3009..2d3ef1a4c 100644
--- a/apps/pcx86/1982/esuite/manifest.xml
+++ b/apps/pcx86/1982/esuite/manifest.xml
@@ -1,5 +1,5 @@
-
+
Executive Suite
diff --git a/apps/pcx86/1982/ratbas/manifest.xml b/apps/pcx86/1982/ratbas/manifest.xml
index bbdd69eab..cffb215d4 100644
--- a/apps/pcx86/1982/ratbas/manifest.xml
+++ b/apps/pcx86/1982/ratbas/manifest.xml
@@ -1,5 +1,5 @@
-
+
RatBas
2.13
diff --git a/apps/pcx86/1983/adventmath/manifest.xml b/apps/pcx86/1983/adventmath/manifest.xml
index 23b8d0f53..1dbc49535 100644
--- a/apps/pcx86/1983/adventmath/manifest.xml
+++ b/apps/pcx86/1983/adventmath/manifest.xml
@@ -1,5 +1,5 @@
-
+
Adventures in Math
1.00
diff --git a/apps/pcx86/1985/rogue/manifest.xml b/apps/pcx86/1985/rogue/manifest.xml
index eda0643fb..d80b88c17 100644
--- a/apps/pcx86/1985/rogue/manifest.xml
+++ b/apps/pcx86/1985/rogue/manifest.xml
@@ -1,5 +1,5 @@
-
+
Rogue
diff --git a/apps/pcx86/1987/thinktank/manifest.xml b/apps/pcx86/1987/thinktank/manifest.xml
index 563cc715b..ba5c6133a 100644
--- a/apps/pcx86/1987/thinktank/manifest.xml
+++ b/apps/pcx86/1987/thinktank/manifest.xml
@@ -1,5 +1,5 @@
-
+
ThinkTank
2.41NP
diff --git a/apps/pcx86/1988/moria/manifest.xml b/apps/pcx86/1988/moria/manifest.xml
index 88aac4934..1c383d0bb 100644
--- a/apps/pcx86/1988/moria/manifest.xml
+++ b/apps/pcx86/1988/moria/manifest.xml
@@ -1,5 +1,5 @@
-
+
The Dungeons of Moria
4.872
diff --git a/apps/pcx86/1992/moria/manifest.xml b/apps/pcx86/1992/moria/manifest.xml
index 7b850d6e5..e965f0cec 100644
--- a/apps/pcx86/1992/moria/manifest.xml
+++ b/apps/pcx86/1992/moria/manifest.xml
@@ -1,5 +1,5 @@
-
+
The Dungeons of Moria
5.5
diff --git a/apps/pcx86/README.md b/apps/pcx86/README.md
index a8f43125d..dded9929d 100644
--- a/apps/pcx86/README.md
+++ b/apps/pcx86/README.md
@@ -9,6 +9,7 @@ IBM PC Application Demos
Below are selected [PCx86](/docs/about/pcx86/) demos of classic IBM PC applications:
+* [DONKEY.BAS (1981)](1981/donkey/)
* [VisiCalc (1981)](1981/visicalc/)
* [Executive Suite (1982)](1982/esuite/)
* [RatBas (1982)](1982/ratbas/)
diff --git a/devices/README.md b/devices/README.md
index de40c0c7b..0b93dfe77 100644
--- a/devices/README.md
+++ b/devices/README.md
@@ -9,15 +9,15 @@ redirect_from:
---
Device Configurations
----
+---------------------
All PCjs machines are built from the following sets of devices:
-* [6502 Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
-* [8080 Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100 Terminal](pc8080/machine/vt100/))
-* [8086 Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
-* [PDP-10 Devices](pdp10/) (e.g., [PDP-10 (Model KA10)](pdp10/machine/ka10/))
-* [PDP-11 Devices](pdp11/) (e.g., [PDP-11/20](pdp11/machine/1120/), [PDP-11/45](pdp11/machine/1145/), [PDP-11/70](pdp11/machine/1170/))
+* [6502 Devices](c1p/): [Challenger 1P](c1p/machine/)
+* [8080 Devices](pc8080/): [Space Invaders](pc8080/machine/invaders/), [VT100 Terminal](pc8080/machine/vt100/)
+* [8086 Devices](pcx86/): [IBM PC and compatibles](pcx86/machine/)
+* [PDP-10 Devices](pdp10/): [PDP-10 (Model KA10)](pdp10/machine/ka10/)
+* [PDP-11 Devices](pdp11/): [PDP-11/20](pdp11/machine/1120/), [PDP-11/45](pdp11/machine/1145/), [PDP-11/70](pdp11/machine/1170/)
These devices are user-installable components that you would typically find in a real personal computer,
such as keyboards, disk drive controllers with one or more drives, video cards, etc.
diff --git a/devices/c1p/machine/32kb/machine.xml b/devices/c1p/machine/32kb/machine.xml
index 7a9ddfbe1..d770599aa 100644
--- a/devices/c1p/machine/32kb/machine.xml
+++ b/devices/c1p/machine/32kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
OSI Challenger 1P (32Kb) with Disk Support
diff --git a/devices/c1p/machine/8kb/all/debugger/machine.xml b/devices/c1p/machine/8kb/all/debugger/machine.xml
index 131fb7c0b..84ebc6b9d 100644
--- a/devices/c1p/machine/8kb/all/debugger/machine.xml
+++ b/devices/c1p/machine/8kb/all/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
OSI Challenger 1P (8Kb, Additional Software)
diff --git a/devices/c1p/machine/8kb/all/machine.xml b/devices/c1p/machine/8kb/all/machine.xml
index d9c20a042..11668dd54 100644
--- a/devices/c1p/machine/8kb/all/machine.xml
+++ b/devices/c1p/machine/8kb/all/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
OSI Challenger 1P (8Kb, Additional Software)
diff --git a/devices/c1p/machine/8kb/array/machine.xml b/devices/c1p/machine/8kb/array/machine.xml
index 51066ea15..a052425b4 100644
--- a/devices/c1p/machine/8kb/array/machine.xml
+++ b/devices/c1p/machine/8kb/array/machine.xml
@@ -1,5 +1,5 @@
-
+
Challenger 1P (8Kb) "Server Array"
diff --git a/devices/c1p/machine/8kb/embed/machine.xml b/devices/c1p/machine/8kb/embed/machine.xml
index d3b4bd711..d03e5a1bf 100644
--- a/devices/c1p/machine/8kb/embed/machine.xml
+++ b/devices/c1p/machine/8kb/embed/machine.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/devices/c1p/machine/8kb/large/debugger/machine.xml b/devices/c1p/machine/8kb/large/debugger/machine.xml
index dcd184a5b..ffff50a1a 100644
--- a/devices/c1p/machine/8kb/large/debugger/machine.xml
+++ b/devices/c1p/machine/8kb/large/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
OSI Challenger 1P (8Kb) with Debugger
diff --git a/devices/c1p/machine/8kb/large/machine.xml b/devices/c1p/machine/8kb/large/machine.xml
index 3ca81470a..c77db5af5 100644
--- a/devices/c1p/machine/8kb/large/machine.xml
+++ b/devices/c1p/machine/8kb/large/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
OSI Challenger 1P (circa 1978)
diff --git a/devices/c1p/machine/8kb/small/machine.xml b/devices/c1p/machine/8kb/small/machine.xml
index bb5b91ff3..13fdf2433 100644
--- a/devices/c1p/machine/8kb/small/machine.xml
+++ b/devices/c1p/machine/8kb/small/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
diff --git a/devices/pc8080/machine/exerciser/machine-8080ex1.xml b/devices/pc8080/machine/exerciser/machine-8080ex1.xml
index 319acd1d0..54cd963c9 100644
--- a/devices/pc8080/machine/exerciser/machine-8080ex1.xml
+++ b/devices/pc8080/machine/exerciser/machine-8080ex1.xml
@@ -1,5 +1,5 @@
-
+
8080 Exerciser Test Machine
diff --git a/devices/pc8080/machine/exerciser/machine-8080pre.xml b/devices/pc8080/machine/exerciser/machine-8080pre.xml
index ba709285e..2528c7716 100644
--- a/devices/pc8080/machine/exerciser/machine-8080pre.xml
+++ b/devices/pc8080/machine/exerciser/machine-8080pre.xml
@@ -1,5 +1,5 @@
-
+
8080 Exerciser Preliminary Test Machine
diff --git a/devices/pc8080/machine/exerciser/machine-cputest.xml b/devices/pc8080/machine/exerciser/machine-cputest.xml
index 5392531d6..a61f94777 100644
--- a/devices/pc8080/machine/exerciser/machine-cputest.xml
+++ b/devices/pc8080/machine/exerciser/machine-cputest.xml
@@ -1,5 +1,5 @@
-
+
8080 CPUTEST Machine
diff --git a/devices/pc8080/machine/exerciser/machine-test.xml b/devices/pc8080/machine/exerciser/machine-test.xml
index b1c38fff7..adcdc0c89 100644
--- a/devices/pc8080/machine/exerciser/machine-test.xml
+++ b/devices/pc8080/machine/exerciser/machine-test.xml
@@ -1,5 +1,5 @@
-
+
8080 "Kelly Smith" Test Machine
diff --git a/devices/pc8080/machine/exerciser/machine.xml b/devices/pc8080/machine/exerciser/machine.xml
index 319acd1d0..0caf4e1c9 100644
--- a/devices/pc8080/machine/exerciser/machine.xml
+++ b/devices/pc8080/machine/exerciser/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
8080 Exerciser Test Machine
diff --git a/devices/pc8080/machine/invaders/debugger/machine.xml b/devices/pc8080/machine/invaders/debugger/machine.xml
index e1329ecdf..0a43680d4 100644
--- a/devices/pc8080/machine/invaders/debugger/machine.xml
+++ b/devices/pc8080/machine/invaders/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Space Invaders
diff --git a/devices/pc8080/machine/invaders/machine.xml b/devices/pc8080/machine/invaders/machine.xml
index e110e5fd6..19389e7fd 100644
--- a/devices/pc8080/machine/invaders/machine.xml
+++ b/devices/pc8080/machine/invaders/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Space Invaders
diff --git a/devices/pc8080/machine/vt100/debugger/machine-left.xml b/devices/pc8080/machine/vt100/debugger/machine-left.xml
index 53bae73d7..f95b3b710 100644
--- a/devices/pc8080/machine/vt100/debugger/machine-left.xml
+++ b/devices/pc8080/machine/vt100/debugger/machine-left.xml
@@ -1,5 +1,5 @@
-
+
VT100 Terminal
diff --git a/devices/pc8080/machine/vt100/debugger/machine-right.xml b/devices/pc8080/machine/vt100/debugger/machine-right.xml
index 6160469ca..4201b8f4f 100644
--- a/devices/pc8080/machine/vt100/debugger/machine-right.xml
+++ b/devices/pc8080/machine/vt100/debugger/machine-right.xml
@@ -1,5 +1,5 @@
-
+
VT100 Terminal
diff --git a/devices/pc8080/machine/vt100/debugger/machine.xml b/devices/pc8080/machine/vt100/debugger/machine.xml
index 4ea8fb5e2..f53933605 100644
--- a/devices/pc8080/machine/vt100/debugger/machine.xml
+++ b/devices/pc8080/machine/vt100/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
VT100 Terminal
diff --git a/devices/pc8080/machine/vt100/machine-left.xml b/devices/pc8080/machine/vt100/machine-left.xml
index 45f2903cc..7c8bf6fff 100644
--- a/devices/pc8080/machine/vt100/machine-left.xml
+++ b/devices/pc8080/machine/vt100/machine-left.xml
@@ -1,5 +1,5 @@
-
+
VT100 Terminal
diff --git a/devices/pc8080/machine/vt100/machine-right.xml b/devices/pc8080/machine/vt100/machine-right.xml
index fc1bea12a..c1c5143aa 100644
--- a/devices/pc8080/machine/vt100/machine-right.xml
+++ b/devices/pc8080/machine/vt100/machine-right.xml
@@ -1,5 +1,5 @@
-
+
VT100 Terminal
diff --git a/devices/pc8080/machine/vt100/machine.xml b/devices/pc8080/machine/vt100/machine.xml
index ea61ada9d..88e50a584 100644
--- a/devices/pc8080/machine/vt100/machine.xml
+++ b/devices/pc8080/machine/vt100/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
VT100 Terminal
diff --git a/devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml b/devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
index 0f6b09865..88bdae6a9 100644
--- a/devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5150/cga/256kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 256K, Debugger
diff --git a/devices/pcx86/machine/5150/cga/256kb/machine.xml b/devices/pcx86/machine/5150/cga/256kb/machine.xml
index ec9675195..c0fc998cc 100644
--- a/devices/pcx86/machine/5150/cga/256kb/machine.xml
+++ b/devices/pcx86/machine/5150/cga/256kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 256K
diff --git a/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.xml b/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.xml
index 5ea492bc2..7c42c756e 100644
--- a/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5150/cga/384kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 384K, Soft Keyboard
diff --git a/devices/pcx86/machine/5150/cga/64kb/README.md b/devices/pcx86/machine/5150/cga/64kb/README.md
index 295d0772f..dab9ece57 100644
--- a/devices/pcx86/machine/5150/cga/64kb/README.md
+++ b/devices/pcx86/machine/5150/cga/64kb/README.md
@@ -14,5 +14,3 @@ All our 64Kb configurations of the IBM PC Model 5150 w/CGA are located here, inc
* [IBM PC (64Kb) with Color Display](/devices/pcx86/machine/5150/cga/64kb/)
* [IBM PC (64Kb) with Color Display and Debugger](/devices/pcx86/machine/5150/cga/64kb/debugger/)
* [IBM PC (64Kb) with Color Display and Soft Keyboard](/devices/pcx86/machine/5150/cga/64kb/softkbd/)
-* [IBM PC (64Kb) running DONKEY.BAS](/devices/pcx86/machine/5150/cga/64kb/donkey/)
-* [IBM PC (64Kb) running DONKEY.BAS with Debugger](/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/)
diff --git a/devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml b/devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
index 3d528c5f3..bbe567786 100644
--- a/devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5150/cga/64kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 64K
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.md b/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.md
deleted file mode 100644
index 41dcd5b23..000000000
--- a/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-layout: page
-title: IBM PC (Model 5150, 64Kb) with Color Display and Debugger
-permalink: /devices/pcx86/machine/5150/cga/64kb/donkey/debugger/
-machines:
- - type: pcx86
- id: ibm5150
- debugger: true
----
-
-{% include machine.html id="ibm5150" %}
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.xml b/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.xml
deleted file mode 100644
index 14cd06f37..000000000
--- a/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/machine.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- IBM PC (Model 5150), CGA, 64K
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/devices/pcx86/machine/5150/cga/64kb/donkey/machine.xml b/devices/pcx86/machine/5150/cga/64kb/donkey/machine.xml
deleted file mode 100644
index 0f31168b7..000000000
--- a/devices/pcx86/machine/5150/cga/64kb/donkey/machine.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- IBM PC (Model 5150), CGA, 64K
-
-
-
-
-
-
-
- Run
- Reset
-
-
-
-
diff --git a/devices/pcx86/machine/5150/cga/64kb/machine.xml b/devices/pcx86/machine/5150/cga/64kb/machine.xml
index ba98780d1..ba628f3ca 100644
--- a/devices/pcx86/machine/5150/cga/64kb/machine.xml
+++ b/devices/pcx86/machine/5150/cga/64kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 64K
@@ -8,7 +8,7 @@
-
+
Run
Reset
Speed
diff --git a/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.xml b/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.xml
index 1af1d56a0..d3ebb214a 100644
--- a/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5150/cga/64kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), CGA, 64K
diff --git a/devices/pcx86/machine/5150/cga/README.md b/devices/pcx86/machine/5150/cga/README.md
index 9de7f3d7a..b75a97323 100644
--- a/devices/pcx86/machine/5150/cga/README.md
+++ b/devices/pcx86/machine/5150/cga/README.md
@@ -14,6 +14,5 @@ All our Color Graphics (CGA) configurations of the IBM PC Model 5150 are located
* [IBM PC (64Kb) with Color Display](/devices/pcx86/machine/5150/cga/64kb/) ([Debugger](/devices/pcx86/machine/5150/cga/64kb/debugger/))
* [IBM PC (64Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/64kb/softkbd/)
-* [IBM PC (64Kb) running DONKEY.BAS](/devices/pcx86/machine/5150/cga/64kb/donkey/) ([Debugger](/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/))
* [IBM PC (256Kb) with Color Display](/devices/pcx86/machine/5150/cga/256kb/) ([Debugger](/devices/pcx86/machine/5150/cga/256kb/debugger/))
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/384kb/softkbd/)
diff --git a/devices/pcx86/machine/5150/dual/64kb/machine.xml b/devices/pcx86/machine/5150/dual/64kb/machine.xml
index 73acccf65..602380a7c 100644
--- a/devices/pcx86/machine/5150/dual/64kb/machine.xml
+++ b/devices/pcx86/machine/5150/dual/64kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150) with Dual Displays
diff --git a/devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml b/devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
index 6c56c6946..2c0deb825 100644
--- a/devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5150/mda/256kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), MDA, 256K, Debugger
diff --git a/devices/pcx86/machine/5150/mda/256kb/machine.xml b/devices/pcx86/machine/5150/mda/256kb/machine.xml
index 60b0d6011..ae37321e5 100644
--- a/devices/pcx86/machine/5150/mda/256kb/machine.xml
+++ b/devices/pcx86/machine/5150/mda/256kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), MDA, 256K
diff --git a/devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml b/devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
index c48c6eb6e..bfb3dd678 100644
--- a/devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5150/mda/64kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), MDA, 64K, Debugger
diff --git a/devices/pcx86/machine/5150/mda/64kb/machine.xml b/devices/pcx86/machine/5150/mda/64kb/machine.xml
index 3a83d9b20..ace4c769e 100644
--- a/devices/pcx86/machine/5150/mda/64kb/machine.xml
+++ b/devices/pcx86/machine/5150/mda/64kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), MDA, 64K
diff --git a/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.xml b/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.xml
index a6c6aaa9a..bddb1eb0f 100644
--- a/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5150/mda/64kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150), MDA, 64K, Soft Keyboard
diff --git a/devices/pcx86/machine/5160/README.md b/devices/pcx86/machine/5160/README.md
index f858ef562..94cfc939b 100644
--- a/devices/pcx86/machine/5160/README.md
+++ b/devices/pcx86/machine/5160/README.md
@@ -5,7 +5,7 @@ permalink: /devices/pcx86/machine/5160/
---
IBM PC XT (Model 5160) Machines
----
+-------------------------------
Our IBM PC XT 5160 configurations include:
diff --git a/devices/pcx86/machine/5160/cga/256kb/README.md b/devices/pcx86/machine/5160/cga/256kb/README.md
index 8f5172856..c62175edd 100644
--- a/devices/pcx86/machine/5160/cga/256kb/README.md
+++ b/devices/pcx86/machine/5160/cga/256kb/README.md
@@ -4,17 +4,27 @@ title: IBM PC XT (Model 5160)
permalink: /devices/pcx86/machine/5160/cga/256kb/
redirect_from:
- /configs/pc/machines/5160/cga/256kb/
+ - /configs/pc/machines/5160/cga/256kb/demo/
+machines:
+ - type: pcx86
+ id: ibm5160
---
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) with Color Display](/devices/pcx86/machine/5160/cga/256kb/demo/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Debugger](/devices/pcx86/machine/5160/cga/256kb/demo/debugger/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Soft Keyboard](/devices/pcx86/machine/5160/cga/256kb/softkbd/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display running Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Debugger running Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/debugger/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/)
* [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 Soft Keyboard](/devices/pcx86/machine/5160/cga/256kb/softkbd/)
+
+{% include machine.html id="ibm5160" %}
+
+The above simulation is configured for a clock speed of 4.77Mhz, with 256Kb of RAM and a CGA display,
+using the original IBM PC Model 5160 ROM BIOS and CGA font ROM.
+
+This PC XT configuration also includes an empty 10Mb hard disk. Use FDISK and then FORMAT to turn it into
+a usable C: drive.
+
+For more control over this machine, try the [Control Panel](debugger/) configuration, featuring the
+built-in PCjs Debugger.
diff --git a/devices/pcx86/machine/5160/cga/256kb/array/machine.xml b/devices/pcx86/machine/5160/cga/256kb/array/machine.xml
index 231d2da22..cb0305c00 100644
--- a/devices/pcx86/machine/5160/cga/256kb/array/machine.xml
+++ b/devices/pcx86/machine/5160/cga/256kb/array/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.md b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md
similarity index 70%
rename from devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.md
rename to devices/pcx86/machine/5160/cga/256kb/debugger/machine.md
index 4645eb006..8d7050175 100644
--- a/devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.md
+++ b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.md
@@ -1,9 +1,10 @@
---
layout: page
title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger
-permalink: /devices/pcx86/machine/5160/cga/256kb/demo/debugger/
+permalink: /devices/pcx86/machine/5160/cga/256kb/debugger/
redirect_from:
- /configs/pc/machines/5160/cga/256kb/demo/debugger/
+ - /devices/pcx86/machine/5160/cga/256kb/demo/debugger/
machines:
- type: pcx86
id: ibm5160
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.xml b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.xml
similarity index 78%
rename from devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.xml
rename to devices/pcx86/machine/5160/cga/256kb/debugger/machine.xml
index 493bcd824..e56d7317e 100644
--- a/devices/pcx86/machine/5160/cga/256kb/demo/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/cga/256kb/debugger/machine.xml
@@ -1,15 +1,15 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive
-
+
-
+
@@ -19,4 +19,6 @@
+
+
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/README.md b/devices/pcx86/machine/5160/cga/256kb/demo/README.md
deleted file mode 100644
index 7c5f14c22..000000000
--- a/devices/pcx86/machine/5160/cga/256kb/demo/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: page
-title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display
-permalink: /devices/pcx86/machine/5160/cga/256kb/demo/
-redirect_from:
- - /configs/pc/machines/5160/cga/256kb/demo/
-machines:
- - type: pcx86
- id: ibm5160
----
-
-IBM PC XT with Color Display
----
-
-{% include machine.html id="ibm5160" %}
-
-The above simulation is configured for a clock speed of 4.77Mhz, with 256Kb of RAM and a CGA display,
-using the original IBM PC Model 5160 ROM BIOS and CGA font ROM.
-
-This PC XT configuration also includes an empty 10Mb hard disk. Use FDISK and then FORMAT to turn it into
-a usable C: drive.
-
-For more control over this machine, try the [Control Panel](debugger/) configuration, featuring the
-built-in PCjs Debugger.
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/machine.xml b/devices/pcx86/machine/5160/cga/256kb/demo/machine.xml
deleted file mode 100644
index ce9ab73d8..000000000
--- a/devices/pcx86/machine/5160/cga/256kb/demo/machine.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
- IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive
-
-
-
-
-
-
-
-
- Run
- Reset
-
-
-
-
-
diff --git a/devices/pcx86/machine/5160/cga/256kb/win101/machine.xml b/devices/pcx86/machine/5160/cga/256kb/machine.xml
similarity index 70%
rename from devices/pcx86/machine/5160/cga/256kb/win101/machine.xml
rename to devices/pcx86/machine/5160/cga/256kb/machine.xml
index c70600f51..3f0bb014d 100644
--- a/devices/pcx86/machine/5160/cga/256kb/win101/machine.xml
+++ b/devices/pcx86/machine/5160/cga/256kb/machine.xml
@@ -1,21 +1,21 @@
-
-
- IBM PC XT (Model 5160) running Windows 1.01
-
+
+
+ IBM PC XT (Model 5160), CGA, 256Kb, 10Mb Drive
+
-
+
Run
Reset
+
-
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/screenshot.png b/devices/pcx86/machine/5160/cga/256kb/screenshot.png
similarity index 100%
rename from devices/pcx86/machine/5160/cga/256kb/demo/screenshot.png
rename to devices/pcx86/machine/5160/cga/256kb/screenshot.png
diff --git a/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.xml b/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.xml
index fd3e007b5..2bc0c933a 100644
--- a/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5160/cga/256kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 256K, 10Mb Drive
@@ -8,7 +8,7 @@
-
+
@@ -18,4 +18,7 @@
+
+
+
diff --git a/devices/pcx86/machine/5160/cga/256kb/demo/thumbnail.jpg b/devices/pcx86/machine/5160/cga/256kb/thumbnail.jpg
similarity index 100%
rename from devices/pcx86/machine/5160/cga/256kb/demo/thumbnail.jpg
rename to devices/pcx86/machine/5160/cga/256kb/thumbnail.jpg
diff --git a/devices/pcx86/machine/5160/cga/256kb/win101/debugger/README.md b/devices/pcx86/machine/5160/cga/256kb/win101/debugger/README.md
deleted file mode 100644
index c6f69eccd..000000000
--- a/devices/pcx86/machine/5160/cga/256kb/win101/debugger/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-layout: page
-title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Debugger running Windows 1.01
-permalink: /devices/pcx86/machine/5160/cga/256kb/win101/debugger/
-redirect_from:
- - /configs/pc/machines/5160/cga/256kb/win101/debugger/
-machines:
- - type: pcx86
- id: ibm5160
- debugger: true
----
-
-IBM PC XT with Debugger running Windows 1.01
----
-
-{% include machine.html id="ibm5160" %}
diff --git a/devices/pcx86/machine/5160/cga/256kb/win101/debugger/machine.xml b/devices/pcx86/machine/5160/cga/256kb/win101/debugger/machine.xml
deleted file mode 100644
index 6582da4bf..000000000
--- a/devices/pcx86/machine/5160/cga/256kb/win101/debugger/machine.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
- IBM PC XT (Model 5160) running Windows 1.01
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/machine.md b/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/machine.md
deleted file mode 100644
index 5a4163378..000000000
--- a/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/machine.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-layout: page
-title: IBM PC XT (Model 5160, 256Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01
-permalink: /devices/pcx86/machine/5160/cga/256kb/win101/softkbd/
-redirect_from:
- - /configs/pc/machines/5160/cga/256kb/win101/softkbd/index.xml/
- - /configs/pc/machines/5160/cga/256kb/win101/softkbd/machine.xml/
-machines:
- - type: pcx86
- id: ibm5160
- debugger: true
----
-
-{% include machine.html id="ibm5160" %}
diff --git a/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.md b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md
similarity index 55%
rename from devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.md
rename to devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md
index adf67d443..78c0f2e9c 100644
--- a/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.md
+++ b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.md
@@ -1,9 +1,9 @@
---
layout: page
-title: IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Soft Keyboard running Windows 1.01
-permalink: /devices/pcx86/machine/5160/cga/512kb/win101/softkbd/
+title: IBM PC XT (Model 5160, 512Kb, 10Mb Drive) with Color Display and Soft Keyboard
+permalink: /devices/pcx86/machine/5160/cga/512kb/softkbd/
redirect_from:
- - /configs/pc/machines/5160/cga/512kb/win101/softkbd/
+ - /configs/pc/machines/5160/cga/512kb/softkbd/
machines:
- type: pcx86
id: ibm5160
diff --git a/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.xml b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.xml
similarity index 88%
rename from devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.xml
rename to devices/pcx86/machine/5160/cga/512kb/softkbd/machine.xml
index f71709d23..197445f2f 100644
--- a/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/machine.xml
+++ b/devices/pcx86/machine/5160/cga/512kb/softkbd/machine.xml
@@ -1,7 +1,7 @@
-
-
- IBM PC XT (Model 5160), CGA, 512K, WIN101
+
+
+ IBM PC XT (Model 5160), CGA, 512K, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml b/devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml
index 6335294de..d72395050 100644
--- a/devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/cga/640kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/cga/640kb/machine.xml b/devices/pcx86/machine/5160/cga/640kb/machine.xml
index f29e322c6..01610be5b 100644
--- a/devices/pcx86/machine/5160/cga/640kb/machine.xml
+++ b/devices/pcx86/machine/5160/cga/640kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.xml b/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.xml
index c4f15a195..656b66ff2 100644
--- a/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5160/cga/640kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), CGA, 640K, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/cga/README.md b/devices/pcx86/machine/5160/cga/README.md
index 0c5077606..372bb6730 100644
--- a/devices/pcx86/machine/5160/cga/README.md
+++ b/devices/pcx86/machine/5160/cga/README.md
@@ -7,15 +7,13 @@ redirect_from:
---
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/demo/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/demo/debugger/))
+* [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 (256Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/256kb/softkbd/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display running Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/win101/debugger/))
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/)
-* [IBM PC XT (512Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/)
+* [IBM PC XT (512Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/512kb/softkbd/)
* [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 (640Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/640kb/softkbd/)
diff --git a/devices/pcx86/machine/5160/ega/256kb/debugger/machine.xml b/devices/pcx86/machine/5160/ega/256kb/debugger/machine.xml
index f40c19080..21de430cb 100644
--- a/devices/pcx86/machine/5160/ega/256kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/ega/256kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk
diff --git a/devices/pcx86/machine/5160/ega/256kb/machine.xml b/devices/pcx86/machine/5160/ega/256kb/machine.xml
index af60716c9..90d7f5fc3 100644
--- a/devices/pcx86/machine/5160/ega/256kb/machine.xml
+++ b/devices/pcx86/machine/5160/ega/256kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), 64K EGA, 256K RAM, 10Mb Hard Disk
diff --git a/devices/pcx86/machine/5160/ega/640kb/array/machine.xml b/devices/pcx86/machine/5160/ega/640kb/array/machine.xml
index 0388732cd..883571625 100644
--- a/devices/pcx86/machine/5160/ega/640kb/array/machine.xml
+++ b/devices/pcx86/machine/5160/ega/640kb/array/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk
diff --git a/devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml b/devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
index 48e6946b9..7ea98d6e9 100644
--- a/devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk
diff --git a/devices/pcx86/machine/5160/ega/640kb/machine.xml b/devices/pcx86/machine/5160/ega/640kb/machine.xml
index 1c23dba70..da2350330 100644
--- a/devices/pcx86/machine/5160/ega/640kb/machine.xml
+++ b/devices/pcx86/machine/5160/ega/640kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT, 128K EGA, 640K RAM, 10Mb Hard Disk
diff --git a/devices/pcx86/machine/5160/ega/README.md b/devices/pcx86/machine/5160/ega/README.md
index 269f1060d..791249b53 100644
--- a/devices/pcx86/machine/5160/ega/README.md
+++ b/devices/pcx86/machine/5160/ega/README.md
@@ -5,7 +5,7 @@ permalink: /devices/pcx86/machine/5160/ega/
---
IBM PC XT with Enhanced Color Graphics (EGA) Display
----
+----------------------------------------------------
All our Enhanced Color Graphics (EGA) configurations of the IBM PC XT (Model 5160) are located here, including:
diff --git a/devices/pcx86/machine/5160/mda/256kb/debugger/machine.xml b/devices/pcx86/machine/5160/mda/256kb/debugger/machine.xml
index 73705d970..37f5c6ca0 100644
--- a/devices/pcx86/machine/5160/mda/256kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/mda/256kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.xml b/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.xml
index 1661b4eb1..54f4d723f 100644
--- a/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.xml
+++ b/devices/pcx86/machine/5160/mda/256kb/fake188/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml b/devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
index d8b140592..b38844413 100644
--- a/devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
+++ b/devices/pcx86/machine/5160/mda/256kb/fake188/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/mda/256kb/machine.xml b/devices/pcx86/machine/5160/mda/256kb/machine.xml
index ee304676b..14a31bcf1 100644
--- a/devices/pcx86/machine/5160/mda/256kb/machine.xml
+++ b/devices/pcx86/machine/5160/mda/256kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), MDA, 256Kb, 10Mb Drive
diff --git a/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.xml b/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.xml
index b38a35cee..6d9ff68f0 100644
--- a/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.xml
+++ b/devices/pcx86/machine/5160/mda/64kb/softkbd/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC XT (Model 5160), MDA, 64K, 10Mb Drive
diff --git a/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.xml b/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.xml
index 96ccc77a4..8340cbb4c 100644
--- a/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/cga/640kb/rev3/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display
diff --git a/devices/pcx86/machine/5170/cga/640kb/rev3/machine.xml b/devices/pcx86/machine/5170/cga/640kb/rev3/machine.xml
index 9b5e60e61..f21d08850 100644
--- a/devices/pcx86/machine/5170/cga/640kb/rev3/machine.xml
+++ b/devices/pcx86/machine/5170/cga/640kb/rev3/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Color Display
diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.xml b/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.xml
index bc8c3a37c..c4c7e035a 100644
--- a/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/ega/1152kb/rev1/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.xml b/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.xml
index 4df5d248b..b1eb85c34 100644
--- a/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.xml
+++ b/devices/pcx86/machine/5170/ega/1152kb/rev1/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (6Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
index 439200fd7..59e2d36e1 100644
--- a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
+++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/backtrack/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml
index f82a37fd6..7da1fc6a1 100644
--- a/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml b/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml
index ed473b1f1..48ee1430f 100644
--- a/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml
+++ b/devices/pcx86/machine/5170/ega/1152kb/rev3/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 1152Kb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.xml
index e00acec07..31f62869b 100644
--- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.xml
+++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/backtrack/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
index ba23de95f..efb15a441 100644
--- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
index 10dd61267..945833e75 100644
--- a/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
+++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml
index 597bc260f..fca9136b5 100644
--- a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT, 128K EGA, 640Kb RAM
diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml b/devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
index 15da02f76..7265211bd 100644
--- a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
+++ b/devices/pcx86/machine/5170/ega/640kb/rev1/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT, 128K EGA, 640Kb RAM
diff --git a/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.xml b/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.xml
index 35273ccb4..892bba973 100644
--- a/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/mda/640kb/rev3/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display
diff --git a/devices/pcx86/machine/5170/mda/640kb/rev3/machine.xml b/devices/pcx86/machine/5170/mda/640kb/rev3/machine.xml
index 0c687424b..f37f6f25a 100644
--- a/devices/pcx86/machine/5170/mda/640kb/rev3/machine.xml
+++ b/devices/pcx86/machine/5170/mda/640kb/rev3/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 640Kb, Dual Floppy) with Monochrome Display
diff --git a/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.xml b/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.xml
index 875059a8a..416b9f9d3 100644
--- a/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/vga/2048kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display
diff --git a/devices/pcx86/machine/5170/vga/2048kb/machine.xml b/devices/pcx86/machine/5170/vga/2048kb/machine.xml
index 2db4af15a..8165141c2 100644
--- a/devices/pcx86/machine/5170/vga/2048kb/machine.xml
+++ b/devices/pcx86/machine/5170/vga/2048kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 2Mb, 20Mb Hard Disk) with VGA Display
diff --git a/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml b/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
index 763b5bbf0..31f59c8cc 100644
--- a/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
+++ b/devices/pcx86/machine/5170/vga/4096kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz, 4Mb, 20Mb Hard Disk) with VGA Display
diff --git a/devices/pcx86/machine/5170/vga/4096kb/machine.xml b/devices/pcx86/machine/5170/vga/4096kb/machine.xml
index 258ee2ada..d44c65363 100644
--- a/devices/pcx86/machine/5170/vga/4096kb/machine.xml
+++ b/devices/pcx86/machine/5170/vga/4096kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC AT (8Mhz), VGA, 4Mb RAM, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/README.md b/devices/pcx86/machine/README.md
index b9b23f28e..6a78b79df 100644
--- a/devices/pcx86/machine/README.md
+++ b/devices/pcx86/machine/README.md
@@ -59,7 +59,6 @@ other software.
* [IBM PC (64Kb) with Monochrome Display](/devices/pcx86/machine/5150/mda/64kb/) ([Debugger](/devices/pcx86/machine/5150/mda/64kb/debugger/))
* [IBM PC (64Kb) with Monochrome Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/mda/64kb/softkbd/)
-* [IBM PC (64Kb) with Color Display](/devices/pcx86/machine/5150/cga/64kb/donkey/) ([Debugger](/devices/pcx86/machine/5150/cga/64kb/donkey/debugger/))
* [IBM PC (64Kb) with Color Display and Soft Keyboard](/devices/pcx86/machine/5150/cga/64kb/softkbd/)
* [IBM PC (384Kb) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5150/cga/384kb/softkbd/)
* [IBM PC (64Kb) with Dual Displays (Monochrome and Color)](/devices/pcx86/machine/5150/dual/64kb/)
@@ -68,16 +67,14 @@ other software.
* [IBM PC XT (64Kb, 10Mb Drive) with Monochrome Display](/devices/pcx86/machine/5160/mda/64kb/softkbd/)
* [IBM PC XT (256Kb, 10Mb Drive) with Monochrome Display](/devices/pcx86/machine/5160/mda/256kb/) ([Debugger](/devices/pcx86/machine/5160/mda/256kb/debugger/))
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display](/devices/pcx86/machine/5160/cga/256kb/demo/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/demo/debugger/))
+* [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 (256Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/256kb/softkbd/)
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display running Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/) ([Debugger](/devices/pcx86/machine/5160/cga/256kb/win101/debugger/))
-* [IBM PC XT (256Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/256kb/win101/softkbd/)
-* [IBM PC XT (512Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/512kb/win101/softkbd/)
+* [IBM PC XT (512Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/512kb/softkbd/)
* [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 (640Kb, 10Mb Drive) with Color Display and Soft Keyboard (Debugger)](/devices/pcx86/machine/5160/cga/640kb/softkbd/)
* [IBM PC XT (256Kb, 10Mb Drive) with EGA Display](/devices/pcx86/machine/5160/ega/256kb/) ([Debugger](/devices/pcx86/machine/5160/ega/256kb/debugger/))
* [IBM PC XT (640Kb, 10Mb Drive) with EGA Display](/devices/pcx86/machine/5160/ega/640kb/) ([Debugger](/devices/pcx86/machine/5160/ega/640kb/debugger/))
-* [IBM PC XT (256Kb, 10Mb Drive) Machine Array with CGA Displays](/devices/pcx86/machine/5160/cga/256kb/array/)
* [IBM PC XT (640Kb, 10Mb Drive) Machine Array with EGA Displays](/devices/pcx86/machine/5160/ega/640kb/array/)
#### [IBM PC AT 5170 Machines](/devices/pcx86/machine/5170/)
diff --git a/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.xml b/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.xml
index 1f461a01a..4768892b5 100644
--- a/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.xml
+++ b/devices/pcx86/machine/att/6300/cga/640kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
AT&T Personal Computer 6300 with Color Display
diff --git a/devices/pcx86/machine/att/6300/cga/640kb/machine.xml b/devices/pcx86/machine/att/6300/cga/640kb/machine.xml
index 6822f709a..1dec6c6a1 100644
--- a/devices/pcx86/machine/att/6300/cga/640kb/machine.xml
+++ b/devices/pcx86/machine/att/6300/cga/640kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
AT&T Personal Computer 6300 with Color Display
diff --git a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.xml b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.xml
index 485e1f8d3..5b4aa246a 100644
--- a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.xml
+++ b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Columbia Data Products MPC 1600 with Color Display
diff --git a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml
index 5f6442be0..c09accb4d 100644
--- a/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml
+++ b/devices/pcx86/machine/cdp/mpc1600/cga/640kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Columbia Data Products MPC 1600 with Color Display
diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
index da691d041..d5780b324 100644
--- a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA
diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.xml b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.xml
index ccc8ea016..f128cf52c 100644
--- a/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/ega/2048kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, 128Kb EGA
diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml
index 61ad857db..9a2cb7fce 100644
--- a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA
diff --git a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.xml b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.xml
index abe6e7762..965d3bd1d 100644
--- a/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/ega/4096kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 4Mb RAM, 128Kb EGA
diff --git a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.xml b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.xml
index 1dedc0471..f497661dd 100644
--- a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/backtrack/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.xml b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.xml
index c8a7783b2..0c3491356 100644
--- a/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/other/2048kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, COMPAQ VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml
index aa4fc7169..75f57eab3 100644
--- a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml
index 4764d2056..9c142f925 100644
--- a/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/vga/2048kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 2Mb RAM, IBM VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml
index 0ce673706..084e52e21 100644
--- a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
index 60e50ad3a..a6f99761e 100644
--- a/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
+++ b/devices/pcx86/machine/compaq/deskpro386/vga/4096kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
COMPAQ DeskPro 386, 4Mb RAM, IBM VGA, 20Mb Hard Disk
diff --git a/devices/pcx86/machine/custom/machine.xml b/devices/pcx86/machine/custom/machine.xml
index d70731fd8..6dcd2098c 100644
--- a/devices/pcx86/machine/custom/machine.xml
+++ b/devices/pcx86/machine/custom/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150) with Monochrome Display
diff --git a/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.xml b/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.xml
index 3157ed6b1..5eec85025 100644
--- a/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.xml
+++ b/devices/pcx86/machine/zenith/z150/cga/640kb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Zenith Z-150 with Color Display
diff --git a/devices/pcx86/machine/zenith/z150/cga/640kb/machine.xml b/devices/pcx86/machine/zenith/z150/cga/640kb/machine.xml
index ad50a0470..f9d735494 100644
--- a/devices/pcx86/machine/zenith/z150/cga/640kb/machine.xml
+++ b/devices/pcx86/machine/zenith/z150/cga/640kb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
Zenith Z-150 with Color Display
diff --git a/devices/pdp10/machine/ka10/test/debugger/machine.xml b/devices/pdp10/machine/ka10/test/debugger/machine.xml
index 851419e6d..166194f54 100644
--- a/devices/pdp10/machine/ka10/test/debugger/machine.xml
+++ b/devices/pdp10/machine/ka10/test/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-10 (Model KA10) with Debugger
diff --git a/devices/pdp10/machine/ka10/test/machine.xml b/devices/pdp10/machine/ka10/test/machine.xml
index cfeea704d..ddfc587fe 100644
--- a/devices/pdp10/machine/ka10/test/machine.xml
+++ b/devices/pdp10/machine/ka10/test/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-10 Test Machine
diff --git a/devices/pdp11/machine/1120/basic/debugger/machine.xml b/devices/pdp11/machine/1120/basic/debugger/machine.xml
index 8ff379bfe..c02b467de 100644
--- a/devices/pdp11/machine/1120/basic/debugger/machine.xml
+++ b/devices/pdp11/machine/1120/basic/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20: 16Kb, PDP-11 BASIC, Debugger
diff --git a/devices/pdp11/machine/1120/basic/machine.xml b/devices/pdp11/machine/1120/basic/machine.xml
index 15edf6e22..98d747a7f 100644
--- a/devices/pdp11/machine/1120/basic/machine.xml
+++ b/devices/pdp11/machine/1120/basic/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20: 16Kb, PDP-11 BASIC
diff --git a/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml b/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml
index b202f117d..c2d78cfd7 100644
--- a/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml
+++ b/devices/pdp11/machine/1120/bootstrap/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20: 16Kb, Bootstrap Loader, Debugger
diff --git a/devices/pdp11/machine/1120/bootstrap/machine.xml b/devices/pdp11/machine/1120/bootstrap/machine.xml
index 4c4d5dc4d..03e336e89 100644
--- a/devices/pdp11/machine/1120/bootstrap/machine.xml
+++ b/devices/pdp11/machine/1120/bootstrap/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20: 16Kb, Bootstrap Loader
diff --git a/devices/pdp11/machine/1120/monitor/debugger/machine.xml b/devices/pdp11/machine/1120/monitor/debugger/machine.xml
index 2c2723697..82e287a9a 100644
--- a/devices/pdp11/machine/1120/monitor/debugger/machine.xml
+++ b/devices/pdp11/machine/1120/monitor/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20 Boot Monitor with 56Kb and Debugger
diff --git a/devices/pdp11/machine/1120/monitor/machine.xml b/devices/pdp11/machine/1120/monitor/machine.xml
index ac6df4f62..f13a3eebf 100644
--- a/devices/pdp11/machine/1120/monitor/machine.xml
+++ b/devices/pdp11/machine/1120/monitor/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20 Boot Monitor with 56Kb
diff --git a/devices/pdp11/machine/1120/panel/debugger/machine.xml b/devices/pdp11/machine/1120/panel/debugger/machine.xml
index cc45f6def..b20d7b370 100644
--- a/devices/pdp11/machine/1120/panel/debugger/machine.xml
+++ b/devices/pdp11/machine/1120/panel/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20 with Front Panel and Debugger
diff --git a/devices/pdp11/machine/1120/panel/debugger/test14/machine.xml b/devices/pdp11/machine/1120/panel/debugger/test14/machine.xml
index f386b16d8..ae3e09fa7 100644
--- a/devices/pdp11/machine/1120/panel/debugger/test14/machine.xml
+++ b/devices/pdp11/machine/1120/panel/debugger/test14/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20 with Front Panel and TEST 14
diff --git a/devices/pdp11/machine/1120/panel/machine.xml b/devices/pdp11/machine/1120/panel/machine.xml
index 67efadecd..7b231209a 100644
--- a/devices/pdp11/machine/1120/panel/machine.xml
+++ b/devices/pdp11/machine/1120/panel/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/20 with Front Panel
diff --git a/devices/pdp11/machine/1145/panel/debugger/machine.xml b/devices/pdp11/machine/1145/panel/debugger/machine.xml
index ede5dfac3..702400f2b 100644
--- a/devices/pdp11/machine/1145/panel/debugger/machine.xml
+++ b/devices/pdp11/machine/1145/panel/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/45 with 256Kb, Front Panel and Debugger
diff --git a/devices/pdp11/machine/1145/panel/machine.xml b/devices/pdp11/machine/1145/panel/machine.xml
index 46c057e0f..33bf61049 100644
--- a/devices/pdp11/machine/1145/panel/machine.xml
+++ b/devices/pdp11/machine/1145/panel/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/45 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1145/vt100/debugger/machine-left.xml b/devices/pdp11/machine/1145/vt100/debugger/machine-left.xml
index cd9c1bdb3..1f7ee679e 100644
--- a/devices/pdp11/machine/1145/vt100/debugger/machine-left.xml
+++ b/devices/pdp11/machine/1145/vt100/debugger/machine-left.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/45 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1145/vt100/debugger/machine-right.xml b/devices/pdp11/machine/1145/vt100/debugger/machine-right.xml
index 273d10c00..97621c3fb 100644
--- a/devices/pdp11/machine/1145/vt100/debugger/machine-right.xml
+++ b/devices/pdp11/machine/1145/vt100/debugger/machine-right.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/45 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1145/vt100/debugger/machine.xml b/devices/pdp11/machine/1145/vt100/debugger/machine.xml
index 39c00308b..b957299df 100644
--- a/devices/pdp11/machine/1145/vt100/debugger/machine.xml
+++ b/devices/pdp11/machine/1145/vt100/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/45 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1145/vt100/machine-left.xml b/devices/pdp11/machine/1145/vt100/machine-left.xml
index af9dfb02f..58a9025f9 100644
--- a/devices/pdp11/machine/1145/vt100/machine-left.xml
+++ b/devices/pdp11/machine/1145/vt100/machine-left.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/45 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1145/vt100/machine-right.xml b/devices/pdp11/machine/1145/vt100/machine-right.xml
index 98b8f4582..a6cc9e322 100644
--- a/devices/pdp11/machine/1145/vt100/machine-right.xml
+++ b/devices/pdp11/machine/1145/vt100/machine-right.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/45 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1145/vt100/machine.xml b/devices/pdp11/machine/1145/vt100/machine.xml
index fa35cd871..b87ea99e2 100644
--- a/devices/pdp11/machine/1145/vt100/machine.xml
+++ b/devices/pdp11/machine/1145/vt100/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/45 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1170/4mb/debugger/machine.xml b/devices/pdp11/machine/1170/4mb/debugger/machine.xml
index 3a138bee7..bea04363d 100644
--- a/devices/pdp11/machine/1170/4mb/debugger/machine.xml
+++ b/devices/pdp11/machine/1170/4mb/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 4Mb, Front Panel and Debugger
diff --git a/devices/pdp11/machine/1170/4mb/machine.xml b/devices/pdp11/machine/1170/4mb/machine.xml
index 40123b9e6..9c2b6f0c1 100644
--- a/devices/pdp11/machine/1170/4mb/machine.xml
+++ b/devices/pdp11/machine/1170/4mb/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 4Mb and Front Panel
diff --git a/devices/pdp11/machine/1170/monitor/debugger/machine.xml b/devices/pdp11/machine/1170/monitor/debugger/machine.xml
index 60e6e3718..891444730 100644
--- a/devices/pdp11/machine/1170/monitor/debugger/machine.xml
+++ b/devices/pdp11/machine/1170/monitor/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb, Boot Monitor, and Debugger
diff --git a/devices/pdp11/machine/1170/monitor/machine.xml b/devices/pdp11/machine/1170/monitor/machine.xml
index ea71cf9c3..8133eeff9 100644
--- a/devices/pdp11/machine/1170/monitor/machine.xml
+++ b/devices/pdp11/machine/1170/monitor/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb and Boot Monitor
diff --git a/devices/pdp11/machine/1170/panel/debugger/cpuexer/machine.xml b/devices/pdp11/machine/1170/panel/debugger/cpuexer/machine.xml
index cfe97920c..059d8a3fc 100644
--- a/devices/pdp11/machine/1170/panel/debugger/cpuexer/machine.xml
+++ b/devices/pdp11/machine/1170/panel/debugger/cpuexer/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb running CPU Exerciser
diff --git a/devices/pdp11/machine/1170/panel/debugger/machine-slim.xml b/devices/pdp11/machine/1170/panel/debugger/machine-slim.xml
index 7e9d473c1..6865db0b8 100644
--- a/devices/pdp11/machine/1170/panel/debugger/machine-slim.xml
+++ b/devices/pdp11/machine/1170/panel/debugger/machine-slim.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/70 with 256Kb, Front Panel and Debugger
diff --git a/devices/pdp11/machine/1170/panel/debugger/machine.xml b/devices/pdp11/machine/1170/panel/debugger/machine.xml
index 2f5156b53..4051e25dd 100644
--- a/devices/pdp11/machine/1170/panel/debugger/machine.xml
+++ b/devices/pdp11/machine/1170/panel/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb, Front Panel and Debugger
diff --git a/devices/pdp11/machine/1170/panel/machine.xml b/devices/pdp11/machine/1170/panel/machine.xml
index 113564c96..b11434cdc 100644
--- a/devices/pdp11/machine/1170/panel/machine.xml
+++ b/devices/pdp11/machine/1170/panel/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1170/vt100/debugger/machine-left.xml b/devices/pdp11/machine/1170/vt100/debugger/machine-left.xml
index 715496467..1f7a38496 100644
--- a/devices/pdp11/machine/1170/vt100/debugger/machine-left.xml
+++ b/devices/pdp11/machine/1170/vt100/debugger/machine-left.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/70 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1170/vt100/debugger/machine-right.xml b/devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
index 94f3ffb74..8006a42ae 100644
--- a/devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
+++ b/devices/pdp11/machine/1170/vt100/debugger/machine-right.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/70 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1170/vt100/debugger/machine.xml b/devices/pdp11/machine/1170/vt100/debugger/machine.xml
index 73d195ec8..0f319f1c7 100644
--- a/devices/pdp11/machine/1170/vt100/debugger/machine.xml
+++ b/devices/pdp11/machine/1170/vt100/debugger/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb, Front Panel, and Debugger
diff --git a/devices/pdp11/machine/1170/vt100/machine-left.xml b/devices/pdp11/machine/1170/vt100/machine-left.xml
index 106a8d2cc..9f4efe783 100644
--- a/devices/pdp11/machine/1170/vt100/machine-left.xml
+++ b/devices/pdp11/machine/1170/vt100/machine-left.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/70 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1170/vt100/machine-right.xml b/devices/pdp11/machine/1170/vt100/machine-right.xml
index 915e71e20..def58742a 100644
--- a/devices/pdp11/machine/1170/vt100/machine-right.xml
+++ b/devices/pdp11/machine/1170/vt100/machine-right.xml
@@ -1,5 +1,5 @@
-
+
PDP-11/70 with 256Kb and Front Panel
diff --git a/devices/pdp11/machine/1170/vt100/machine.xml b/devices/pdp11/machine/1170/vt100/machine.xml
index 69248febf..a4e986fa4 100644
--- a/devices/pdp11/machine/1170/vt100/machine.xml
+++ b/devices/pdp11/machine/1170/vt100/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
PDP-11/70 with 256Kb and Front Panel
diff --git a/disks/README.md b/disks/README.md
index 2a4d7e242..ba540110f 100644
--- a/disks/README.md
+++ b/disks/README.md
@@ -15,7 +15,7 @@ Browse these PCjs Disk Libraries:
* [Challenger 1P](c1p/)
* [DEC](dec/)
-Additional selected software is available in the PCjs [Software Archives](/apps/).
+Additional selected software is available in the PCjs [Application Demos](/apps/).
---
diff --git a/disks/pcx86/README.md b/disks/pcx86/README.md
index 0c9592b46..fb73e3bb7 100644
--- a/disks/pcx86/README.md
+++ b/disks/pcx86/README.md
@@ -39,7 +39,7 @@ more detail, along with a live demonstration of the software, but that's not yet
* [Microsoft Word](apps/microsoft/word/)
* [More...](apps/other/)
-Additional applications for which we have created special "Demo Disks" include:
+Selected applications for which we have created "Demo Disks":
* [VisiCalc (1981)](/apps/pcx86/1981/visicalc/)
* [Executive Suite (1982)](/apps/pcx86/1982/esuite/)
diff --git a/disks/pcx86/apps/ibm/topview/1.01/manifest.xml b/disks/pcx86/apps/ibm/topview/1.01/manifest.xml
index f333df564..725209197 100644
--- a/disks/pcx86/apps/ibm/topview/1.01/manifest.xml
+++ b/disks/pcx86/apps/ibm/topview/1.01/manifest.xml
@@ -1,5 +1,5 @@
-
+
TopView 1.01
diff --git a/disks/pcx86/apps/lotus/123/1.0a/manifest.xml b/disks/pcx86/apps/lotus/123/1.0a/manifest.xml
index c2023c867..04ad40107 100644
--- a/disks/pcx86/apps/lotus/123/1.0a/manifest.xml
+++ b/disks/pcx86/apps/lotus/123/1.0a/manifest.xml
@@ -1,5 +1,5 @@
-
+
1-2-3
1.0a
diff --git a/disks/pcx86/apps/micropro/wordstar/3.30/manifest.xml b/disks/pcx86/apps/micropro/wordstar/3.30/manifest.xml
index 4eef8cea5..61b56599b 100644
--- a/disks/pcx86/apps/micropro/wordstar/3.30/manifest.xml
+++ b/disks/pcx86/apps/micropro/wordstar/3.30/manifest.xml
@@ -1,5 +1,5 @@
-
+
WordStar 3.30
diff --git a/disks/pcx86/apps/micropro/wordstar/4.00/manifest.xml b/disks/pcx86/apps/micropro/wordstar/4.00/manifest.xml
index 473efaf49..8680d46b3 100644
--- a/disks/pcx86/apps/micropro/wordstar/4.00/manifest.xml
+++ b/disks/pcx86/apps/micropro/wordstar/4.00/manifest.xml
@@ -1,5 +1,5 @@
-
+
WordStar 4.00
diff --git a/disks/pcx86/apps/microsoft/chart/2.02/manifest.xml b/disks/pcx86/apps/microsoft/chart/2.02/manifest.xml
index d014f4dfb..aaeb70a40 100644
--- a/disks/pcx86/apps/microsoft/chart/2.02/manifest.xml
+++ b/disks/pcx86/apps/microsoft/chart/2.02/manifest.xml
@@ -1,5 +1,5 @@
-
+
Microsoft Chart
2.02
diff --git a/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml b/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml
index ab1ba7c4f..8bcdd0b88 100644
--- a/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml
+++ b/disks/pcx86/apps/microsoft/winword/2.0c/manifest.xml
@@ -1,5 +1,5 @@
-
+
Word for Windows
2.0c
diff --git a/disks/pcx86/apps/microsoft/word/3.0/manifest.xml b/disks/pcx86/apps/microsoft/word/3.0/manifest.xml
index dff30eb36..fa9aaad16 100644
--- a/disks/pcx86/apps/microsoft/word/3.0/manifest.xml
+++ b/disks/pcx86/apps/microsoft/word/3.0/manifest.xml
@@ -1,5 +1,5 @@
-
+
MS Word
3.0
diff --git a/disks/pcx86/apps/microsoft/word/3.1/manifest.xml b/disks/pcx86/apps/microsoft/word/3.1/manifest.xml
index a8e3131f2..a4c5ed2bc 100644
--- a/disks/pcx86/apps/microsoft/word/3.1/manifest.xml
+++ b/disks/pcx86/apps/microsoft/word/3.1/manifest.xml
@@ -1,5 +1,5 @@
-
+
MS Word
3.1
diff --git a/disks/pcx86/apps/microsoft/word/5.0/manifest.xml b/disks/pcx86/apps/microsoft/word/5.0/manifest.xml
index 9ce7e6228..9c6d74693 100644
--- a/disks/pcx86/apps/microsoft/word/5.0/manifest.xml
+++ b/disks/pcx86/apps/microsoft/word/5.0/manifest.xml
@@ -1,5 +1,5 @@
-
+
MS Word
5.0
diff --git a/disks/pcx86/apps/other/omniview/4.30/manifest.xml b/disks/pcx86/apps/other/omniview/4.30/manifest.xml
index 210b9b4fb..dde7208c8 100644
--- a/disks/pcx86/apps/other/omniview/4.30/manifest.xml
+++ b/disks/pcx86/apps/other/omniview/4.30/manifest.xml
@@ -1,5 +1,5 @@
-
+
Omniview 386
4.30
diff --git a/disks/pcx86/apps/other/sc2/1.00/manifest.xml b/disks/pcx86/apps/other/sc2/1.00/manifest.xml
index f9d0ab7cd..397f14cc7 100644
--- a/disks/pcx86/apps/other/sc2/1.00/manifest.xml
+++ b/disks/pcx86/apps/other/sc2/1.00/manifest.xml
@@ -1,5 +1,5 @@
-
+
SuperCalc2
1.00
diff --git a/disks/pcx86/apps/other/sc3/1.00/manifest.xml b/disks/pcx86/apps/other/sc3/1.00/manifest.xml
index 69f77398f..14fd5f0d0 100644
--- a/disks/pcx86/apps/other/sc3/1.00/manifest.xml
+++ b/disks/pcx86/apps/other/sc3/1.00/manifest.xml
@@ -1,5 +1,5 @@
-
+
SuperCalc3
1.00
diff --git a/disks/pcx86/cpm/1.1b/machine.xml b/disks/pcx86/cpm/1.1b/machine.xml
index 40bab79a8..ea7b73b20 100644
--- a/disks/pcx86/cpm/1.1b/machine.xml
+++ b/disks/pcx86/cpm/1.1b/machine.xml
@@ -1,6 +1,6 @@
-
-
+
+
IBM PC (Model 5150) running CP/M-86
diff --git a/disks/pcx86/cpm/1.1b/manifest.xml b/disks/pcx86/cpm/1.1b/manifest.xml
index 57f75b4ce..10482c2b7 100644
--- a/disks/pcx86/cpm/1.1b/manifest.xml
+++ b/disks/pcx86/cpm/1.1b/manifest.xml
@@ -1,5 +1,5 @@
-
+