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. ![IBM PC running VisiCalc](/apps/pcx86/1981/visicalc/thumbnail.jpg "link:/apps/pcx86/1981/visicalc/:200:120") -![IBM PC running DONKEY.BAS](/devices/pcx86/machine/5150/cga/64kb/donkey/thumbnail.jpg "link:/devices/pcx86/machine/5150/cga/64kb/donkey/:200:120") +![IBM PC running DONKEY.BAS](/apps/pcx86/1981/donkey/thumbnail.jpg "link:/apps/pcx86/1981/donkey/:200:120") ![IBM PC AT w/EGA, OS/2 1.0](/disks/pcx86/os2/ibm/1.0/thumbnail.jpg "link:/disks/pcx86/os2/ibm/1.0/:200:120") -![IBM PC XT w/CGA, Windows 1.01](/devices/pcx86/machine/5160/cga/256kb/win101/thumbnail.jpg "link:/devices/pcx86/machine/5160/cga/256kb/win101/:200:120") +![IBM PC XT w/CGA, Windows 1.01](/disks/pcx86/windows/1.01/cga/thumbnail.jpg "link:/disks/pcx86/windows/1.01/cga/:200:120") ![IBM PC XT w/EGA, Windows 1.01](/disks/pcx86/windows/1.01/thumbnail.jpg "link:/disks/pcx86/windows/1.01/:200:120") ![COMPAQ DeskPro 386, Windows/386](/disks/pcx86/windows/2.0x/thumbnail.jpg "link:/disks/pcx86/windows/2.0x/:200:120") ![IBM PC AT w/EGA, Windows 3.00](/disks/pcx86/windows/3.00/thumbnail.jpg "link:/disks/pcx86/windows/3.00/:200:120") 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 - - - - - 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 @@