From 5084c0f24e0337c1df281bd0361308d85942cd04 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 25 Jun 2017 10:37:08 -0700 Subject: [PATCH] Assorted application README updates --- apps/pcx86/1981/donkey/README.md | 14 +++++++------- apps/pcx86/1981/donkey/debugger/README.md | 12 +++++++----- apps/pcx86/1981/visicalc/README.md | 2 ++ apps/pcx86/1982/esuite/README.md | 2 ++ apps/pcx86/1982/ratbas/README.md | 2 ++ apps/pcx86/1983/adventmath/README.md | 4 +++- apps/pcx86/1985/rogue/README.md | 2 ++ apps/pcx86/1987/thinktank/README.md | 2 ++ apps/pcx86/1992/moria/README.md | 2 ++ apps/pcx86/README.md | 2 +- disks/pcx86/games/infocom/hhiker/README.md | 2 ++ disks/pcx86/games/infocom/planet/README.md | 2 ++ disks/pcx86/games/infocom/zork1/README.md | 2 ++ disks/pcx86/games/infocom/zork2/README.md | 2 ++ disks/pcx86/games/infocom/zork3/README.md | 2 ++ disks/pcx86/games/microsoft/adventure/README.md | 16 ++++++++++++++++ disks/pcx86/games/microsoft/adventure/machine.md | 11 ----------- 17 files changed, 56 insertions(+), 25 deletions(-) create mode 100644 disks/pcx86/games/microsoft/adventure/README.md delete mode 100644 disks/pcx86/games/microsoft/adventure/machine.md diff --git a/apps/pcx86/1981/donkey/README.md b/apps/pcx86/1981/donkey/README.md index 1f4a96add..21ce22e46 100644 --- a/apps/pcx86/1981/donkey/README.md +++ b/apps/pcx86/1981/donkey/README.md @@ -27,12 +27,12 @@ IBM PC Running DONKEY.BAS {% include machine.html id="ibm5150-donkey" %} 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. +using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration includes a predefined +state, with PC-DOS 1.0 already booted and DONKEY.BAS ready to run. A [Control Panel](debugger/) configuration +is also available, featuring the built-in PCx86 Debugger. -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. +This particular machine has been configured to automatically save all your changes (subject to the limits +of your browser's local storage), so you can close the browser in the middle of a game of DONKEY, and +the next time you load this page, your progress (and the donkey) should be perfectly restored. -For more control over this machine, try the [Control Panel](debugger/) configuration, featuring the -built-in PCx86 Debugger. +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/1981/donkey/debugger/README.md b/apps/pcx86/1981/donkey/debugger/README.md index 084dfb58f..c02a953ed 100644 --- a/apps/pcx86/1981/donkey/debugger/README.md +++ b/apps/pcx86/1981/donkey/debugger/README.md @@ -21,9 +21,11 @@ IBM PC Running DONKEY.BAS (with Debugger) {% include machine.html id="ibm5150-donkey" %} 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. +using the original IBM PC Model 5150 ROM BIOS and CGA font ROM. This configuration 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. +This particular machine has been configured to automatically save all your changes (subject to the limits +of your browser's local storage), so you can close the browser in the middle of a game of DONKEY, and +the next time you load this page, your progress (and the donkey) should be perfectly restored. + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/1981/visicalc/README.md b/apps/pcx86/1981/visicalc/README.md index d6252d20f..02da3c89d 100644 --- a/apps/pcx86/1981/visicalc/README.md +++ b/apps/pcx86/1981/visicalc/README.md @@ -21,6 +21,8 @@ VisiCalc (1981) {% include machine.html id="ibm5150-visicalc" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + VisiCalc Reference ------------------ diff --git a/apps/pcx86/1982/esuite/README.md b/apps/pcx86/1982/esuite/README.md index ebdcc36a9..7a22cb3b5 100644 --- a/apps/pcx86/1982/esuite/README.md +++ b/apps/pcx86/1982/esuite/README.md @@ -13,3 +13,5 @@ Executive Suite (1982) ---------------------- {% include machine.html id="ibm5160-esuite" %} + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/1982/ratbas/README.md b/apps/pcx86/1982/ratbas/README.md index feb4cbe18..7a4facfcf 100644 --- a/apps/pcx86/1982/ratbas/README.md +++ b/apps/pcx86/1982/ratbas/README.md @@ -32,6 +32,8 @@ at the time of this RatBas release. {% include machine.html id="ibm5150-ratbas" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + Directory Listing of RatBas 2.13 -------------------------------- diff --git a/apps/pcx86/1983/adventmath/README.md b/apps/pcx86/1983/adventmath/README.md index bc2549f08..439497e34 100644 --- a/apps/pcx86/1983/adventmath/README.md +++ b/apps/pcx86/1983/adventmath/README.md @@ -187,7 +187,7 @@ have been tested with PC-DOS 2.00 on a 64Kb machine, but perhaps it wasn't. The machine on this page is configured with the following "autoType" sequence: - autoType: 8-10-81\rb:\ra:basica castle\r + autoType: $date\rb:\ra:basica castle\r which translates to: @@ -204,6 +204,8 @@ already running. This is the fastest approach, and it is useful when the softwa process, but it takes more effort to set up. The [VisiCalc (1981)](/apps/pcx86/1981/visicalc/) demo operates this way, but it does so purely for convenience (and because it predates the "autoType" feature). +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + References ---------- diff --git a/apps/pcx86/1985/rogue/README.md b/apps/pcx86/1985/rogue/README.md index 33e1aa147..5fbfcef01 100644 --- a/apps/pcx86/1985/rogue/README.md +++ b/apps/pcx86/1985/rogue/README.md @@ -14,3 +14,5 @@ Rogue (1985) ------------ {% include machine.html id="ibm5160-rogue" %} + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/1987/thinktank/README.md b/apps/pcx86/1987/thinktank/README.md index 19328d15e..6b7d5f080 100644 --- a/apps/pcx86/1987/thinktank/README.md +++ b/apps/pcx86/1987/thinktank/README.md @@ -13,3 +13,5 @@ ThinkTank (1987) ---------------- {% include machine.html id="ibm5160-thinktank" %} + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/1992/moria/README.md b/apps/pcx86/1992/moria/README.md index 0a6ef1ab1..53d13e077 100644 --- a/apps/pcx86/1992/moria/README.md +++ b/apps/pcx86/1992/moria/README.md @@ -13,3 +13,5 @@ The Dungeons of Moria (1992) ---------------------------- {% include machine.html id="ibm5160-moria55" %} + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/apps/pcx86/README.md b/apps/pcx86/README.md index 5e84b3fae..508abc9f3 100644 --- a/apps/pcx86/README.md +++ b/apps/pcx86/README.md @@ -29,11 +29,11 @@ A list of all the software available to PCx86 machines can be found in the [IBM ### 1983 * [Adventures in Math v1.00](1983/adventmath/) +* [Planetfall](/disks/pcx86/games/infocom/planet/) * [SuperCalc2 v1.00](/disks/pcx86/apps/other/sc2/1.00/) * [SuperCalc3 v1.00](/disks/pcx86/apps/other/sc3/1.00/) * [Zork II](/disks/pcx86/games/infocom/zork2/) * [Zork III](/disks/pcx86/games/infocom/zork3/) -* [Planetfall](/disks/pcx86/games/infocom/planet/) ### 1984 diff --git a/disks/pcx86/games/infocom/hhiker/README.md b/disks/pcx86/games/infocom/hhiker/README.md index 545daea82..01061936b 100644 --- a/disks/pcx86/games/infocom/hhiker/README.md +++ b/disks/pcx86/games/infocom/hhiker/README.md @@ -17,6 +17,8 @@ The Hitchhiker's Guide to the Galaxy (1984) {% include machine.html id="ibm5150-hhiker" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + References ---------- diff --git a/disks/pcx86/games/infocom/planet/README.md b/disks/pcx86/games/infocom/planet/README.md index 598fe61e2..9eb392b65 100644 --- a/disks/pcx86/games/infocom/planet/README.md +++ b/disks/pcx86/games/infocom/planet/README.md @@ -17,6 +17,8 @@ Planetfall (1983) {% include machine.html id="ibm5150-planet" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + References ---------- diff --git a/disks/pcx86/games/infocom/zork1/README.md b/disks/pcx86/games/infocom/zork1/README.md index 66f973112..2466c84f8 100644 --- a/disks/pcx86/games/infocom/zork1/README.md +++ b/disks/pcx86/games/infocom/zork1/README.md @@ -16,6 +16,8 @@ Zork I: The Great Underground Empire {% include machine.html id="ibm5150-zork1" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + Related ------- diff --git a/disks/pcx86/games/infocom/zork2/README.md b/disks/pcx86/games/infocom/zork2/README.md index 6e6a434d3..fd2ae4508 100644 --- a/disks/pcx86/games/infocom/zork2/README.md +++ b/disks/pcx86/games/infocom/zork2/README.md @@ -17,6 +17,8 @@ Zork II: The Wizard of Frobozz {% include machine.html id="ibm5150-zork2" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + Related ------- diff --git a/disks/pcx86/games/infocom/zork3/README.md b/disks/pcx86/games/infocom/zork3/README.md index 35aabddfe..2d0302a0b 100644 --- a/disks/pcx86/games/infocom/zork3/README.md +++ b/disks/pcx86/games/infocom/zork3/README.md @@ -17,6 +17,8 @@ Zork III: The Dungeon Master {% include machine.html id="ibm5150-zork3" %} +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). + Related ------- diff --git a/disks/pcx86/games/microsoft/adventure/README.md b/disks/pcx86/games/microsoft/adventure/README.md new file mode 100644 index 000000000..a08ccad4a --- /dev/null +++ b/disks/pcx86/games/microsoft/adventure/README.md @@ -0,0 +1,16 @@ +--- +layout: page +title: "Microsoft Adventure (1981)" +permalink: /disks/pcx86/games/microsoft/adventure/ +machines: + - id: ibm5150 + type: pcx86 + resume: 1 +--- + +Microsoft Adventure (1981) +-------------------------- + +{% include machine.html id="ibm5150" %} + +For more classic PC software experiences, see the PCjs collection of [IBM PC Application Demos](/apps/pcx86/). diff --git a/disks/pcx86/games/microsoft/adventure/machine.md b/disks/pcx86/games/microsoft/adventure/machine.md deleted file mode 100644 index 7f97c0a7f..000000000 --- a/disks/pcx86/games/microsoft/adventure/machine.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: page -title: "IBM PC (Model 5150) running Microsoft Adventure (1981)" -permalink: /disks/pcx86/games/microsoft/adventure/ -machines: - - id: ibm5150 - type: pcx86 - resume: 1 ---- - -{% include machine.html id="ibm5150" %}