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