Updated shareware configs
This commit is contained in:
parent
332245d0ed
commit
4a26d4b083
4 changed files with 27 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
19
disks/pcx86/shareware/pcmag/debugger/README.md
Normal file
19
disks/pcx86/shareware/pcmag/debugger/README.md
Normal file
|
|
@ -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" %}
|
||||
|
|
@ -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" %}
|
||||
|
||||
|
|
|
|||
|
|
@ -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" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue