From 4a26d4b08330051cd8413ed49ed1e856a9fb234f Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 11 Jul 2017 17:33:03 -0700 Subject: [PATCH] Updated shareware configs --- disks/pcx86/shareware/pcmag/README.md | 5 ++++- .../pcx86/shareware/pcmag/debugger/README.md | 19 +++++++++++++++++++ disks/pcx86/shareware/pcsig08/README.md | 5 ++--- .../shareware/pcsig08/debugger/README.md | 5 ++--- 4 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 disks/pcx86/shareware/pcmag/debugger/README.md diff --git a/disks/pcx86/shareware/pcmag/README.md b/disks/pcx86/shareware/pcmag/README.md index f328958cf..a1c2876b8 100644 --- a/disks/pcx86/shareware/pcmag/README.md +++ b/disks/pcx86/shareware/pcmag/README.md @@ -7,6 +7,9 @@ machines: type: pcx86 resume: 1 config: /devices/pcx86/machine/5160/ega/640kb/machine.xml + autoMount: + B: + name: PC Magazine (Vol. 06 No. 08) autoType: $date\r$time\r --- @@ -18,7 +21,7 @@ To build the following collection, we started with the ZIP archives at We filtered out the duplicates, organized them chronologically, and then put their contents onto diskette images that you can easily "Load" and "Save" in any [PCjs Machine](/devices/pcx86/machine/). In fact, if you click on the name of any diskette in the headings below, a machine should automatically launch -with that diskette loaded in drive B. +with that diskette loaded in drive B. The machine below is also available [with the PCjs Debugger](debugger/). Looking at the volume numbers alone, you can tell that this collection is woefully incomplete, but perhaps more will surface over time. [Let us know](mailto:Jeff@pcjs.org) if you find more. Thanks. diff --git a/disks/pcx86/shareware/pcmag/debugger/README.md b/disks/pcx86/shareware/pcmag/debugger/README.md new file mode 100644 index 000000000..88517fa67 --- /dev/null +++ b/disks/pcx86/shareware/pcmag/debugger/README.md @@ -0,0 +1,19 @@ +--- +layout: page +title: PC Magazine Disks (with Debugger) +permalink: /disks/pcx86/shareware/pcmag/debugger/ +machines: + - id: ibm5150-pcmag + type: pcx86 + config: /devices/pcx86/machine/5160/ega/640kb/debugger/machine.xml + autoMount: + B: + name: PC Magazine (Vol. 06 No. 08) + autoStart: true + autoType: $date\r$time\r +--- + +PC Magazine Disks (with Debugger) +--------------------------------- + +{% include machine.html id="ibm5150-pcmag" %} diff --git a/disks/pcx86/shareware/pcsig08/README.md b/disks/pcx86/shareware/pcsig08/README.md index e7873239f..4d4b3c1ad 100644 --- a/disks/pcx86/shareware/pcsig08/README.md +++ b/disks/pcx86/shareware/pcsig08/README.md @@ -15,9 +15,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/). +[disklist](/modules/diskdump/bin/disklist), a custom PCjs JavaScript utility. The same machine is also available +[with the PCjs Debugger](debugger/). {% include machine.html id="ibm5150-pcsig08" %} diff --git a/disks/pcx86/shareware/pcsig08/debugger/README.md b/disks/pcx86/shareware/pcsig08/debugger/README.md index 1a4d64658..0c5ffb7b2 100644 --- a/disks/pcx86/shareware/pcsig08/debugger/README.md +++ b/disks/pcx86/shareware/pcsig08/debugger/README.md @@ -9,11 +9,10 @@ machines: autoType: $date\r$time\r --- -PC-SIG Library 8th Edition CD-ROM (April 1990) ----------------------------------------------- +PC-SIG Library 8th Edition CD-ROM (with Debugger) +------------------------------------------------- The machine below has access to all 2,121 diskette images from the PC-SIG Library 8th Edition CD-ROM (April 1990). - The same machine is also available [without the PCjs Debugger](../). {% include machine.html id="ibm5150-pcsig08" %}