From c824a637ce85cb8bbc352b1b4c55f2618eb74de2 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 10 Jul 2017 09:43:19 -0700 Subject: [PATCH 1/3] Updated shareware README --- disks/pcx86/shareware/pcsig08/README.md | 2 ++ disks/pcx86/shareware/pcsig08/manifest.xml | 1 + modules/diskdump/bin/disklist | 1 + 3 files changed, 4 insertions(+) diff --git a/disks/pcx86/shareware/pcsig08/README.md b/disks/pcx86/shareware/pcsig08/README.md index c7e5e10a6..0174e6487 100644 --- a/disks/pcx86/shareware/pcsig08/README.md +++ b/disks/pcx86/shareware/pcsig08/README.md @@ -18,6 +18,8 @@ PC-SIG Library 8th Edition CD-ROM (April 1990) ---------------------------------------------- The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990). +The directory listings were generated from the folder's [manifest](manifest.xml) using +[disklist](/modules/diskdump/bin/disklist), a custom PCjs JavaScript utility. The same machine is also available [with the PCjs Debugger](debugger/). diff --git a/disks/pcx86/shareware/pcsig08/manifest.xml b/disks/pcx86/shareware/pcsig08/manifest.xml index d907ad352..ec463e43d 100644 --- a/disks/pcx86/shareware/pcsig08/manifest.xml +++ b/disks/pcx86/shareware/pcsig08/manifest.xml @@ -2,6 +2,7 @@ PC-SIG Library 8th Edition CD-ROM (April 1990) + DISK0001 ASK.COM diff --git a/modules/diskdump/bin/disklist b/modules/diskdump/bin/disklist index 31d303257..c9a68f539 100644 --- a/modules/diskdump/bin/disklist +++ b/modules/diskdump/bin/disklist @@ -1,3 +1,4 @@ +#!/usr/bin/env node /** * @fileoverview Node command-line XML extraction tool * @author Jeff Parsons From db65699410ed10ff2fee3e327a706a225fec23a1 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 10 Jul 2017 10:14:00 -0700 Subject: [PATCH 2/3] Updated machine used to load PC Tech Journal diskettes --- .../ega/2048kb/rev3/debugger/vt100/README.md | 4 +- .../2048kb/rev3/debugger/vt100/machine.xml | 20 +++++++++ .../pcx86/machine/5170/ega/640kb/README.md | 2 +- .../ega/640kb/rev1/{machine.md => README.md} | 3 ++ .../rev1/debugger/{machine.md => README.md} | 5 ++- .../5170/ega/640kb/rev1/debugger/machine.xml | 4 +- .../machine/5170/ega/640kb/rev1/machine.xml | 4 +- disks/pcx86/shareware/pcmag/README.md | 2 +- disks/pcx86/shareware/pctj/README.md | 44 ++++++++++--------- 9 files changed, 59 insertions(+), 29 deletions(-) create mode 100644 devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml rename devices/pcx86/machine/5170/ega/640kb/rev1/{machine.md => README.md} (79%) rename devices/pcx86/machine/5170/ega/640kb/rev1/debugger/{machine.md => README.md} (51%) diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md index f4608f5c2..c43d44b1b 100644 --- a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/README.md @@ -8,7 +8,7 @@ machines: debugger: true autoStart: true connection: com2->vt100.serialPort - config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/machine.xml + config: /devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml - id: vt100 type: pc8080 debugger: true @@ -22,6 +22,8 @@ IBM PC AT with VT100 Terminal and Dual Debuggers Demonstration of a [IBM PC AT with VT100 Terminal](../../vt100/) connected via COM2, with Debuggers attached. +Use the DOS command `CTTY COM2` to use the VT100 for console operations. `CTTY CON` will return control to the PC. + {% include machine.html id="ibm5170" %} {% include machine.html id="vt100" %} diff --git a/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml new file mode 100644 index 000000000..7e6d2b68c --- /dev/null +++ b/devices/pcx86/machine/5170/ega/2048kb/rev3/debugger/vt100/machine.xml @@ -0,0 +1,20 @@ + + + + IBM PC AT (8Mhz), 128Kb EGA, 2Mb RAM, 20Mb Hard Disk (Formatted) + + + + + + diff --git a/devices/pcx86/machine/5170/ega/640kb/README.md b/devices/pcx86/machine/5170/ega/640kb/README.md index a622b507b..ffbd0ea35 100644 --- a/devices/pcx86/machine/5170/ega/640kb/README.md +++ b/devices/pcx86/machine/5170/ega/640kb/README.md @@ -7,6 +7,6 @@ redirect_from: --- IBM PC AT with 640Kb RAM and Enhanced Color Graphics (EGA) Display ---- +------------------------------------------------------------------ * [IBM PC AT (6Mhz, 640Kb, Dual Floppy) with EGA Display](/devices/pcx86/machine/5170/ega/640kb/rev1/) ([Debugger](/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/)) diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md b/devices/pcx86/machine/5170/ega/640kb/rev1/README.md similarity index 79% rename from devices/pcx86/machine/5170/ega/640kb/rev1/machine.md rename to devices/pcx86/machine/5170/ega/640kb/rev1/README.md index f2fea36df..0d1cec932 100644 --- a/devices/pcx86/machine/5170/ega/640kb/rev1/machine.md +++ b/devices/pcx86/machine/5170/ega/640kb/rev1/README.md @@ -10,4 +10,7 @@ machines: type: pcx86 --- +IBM PC AT with 640Kb RAM and EGA Display +---------------------------------------- + {% include machine.html id="ibm5170" %} diff --git a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/README.md similarity index 51% rename from devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md rename to devices/pcx86/machine/5170/ega/640kb/rev1/debugger/README.md index 5733fcaab..e826d3987 100644 --- a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.md +++ b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/README.md @@ -1,6 +1,6 @@ --- layout: page -title: IBM PC AT (Model 5170, 640Kb) with EGA Display +title: IBM PC AT (Model 5170, 640Kb) with EGA Display and Debugger permalink: /devices/pcx86/machine/5170/ega/640kb/rev1/debugger/ machines: - id: ibm5170 @@ -8,4 +8,7 @@ machines: debugger: true --- +IBM PC AT with 640Kb RAM and EGA Display and Debugger +----------------------------------------------------- + {% include machine.html id="ibm5170" %} 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 23d6a1f19..b1005fc0c 100644 --- a/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml +++ b/devices/pcx86/machine/5170/ega/640kb/rev1/debugger/machine.xml @@ -1,13 +1,13 @@ - IBM PC AT, 128K EGA, 640Kb RAM + IBM PC AT, 640Kb RAM, 128K EGA