From 6d3e9cfd431b03293b492c847381833006e35061 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Mon, 26 Jun 2017 14:43:07 -0700 Subject: [PATCH] Added more ROGUE documentation --- apps/pcx86/1985/rogue/README.md | 14 +++++++------- disks/pcx86/games/infocom/zork1/debugger/README.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/pcx86/1985/rogue/README.md b/apps/pcx86/1985/rogue/README.md index 54faf0b86..79d374455 100644 --- a/apps/pcx86/1985/rogue/README.md +++ b/apps/pcx86/1985/rogue/README.md @@ -15,16 +15,16 @@ Rogue (1985) The machine below is running a 1985 DOS version of the text-based dungeon exploration game **Rogue**, developed at U.C. Berkeley around 1980 by Michael Toy and Glenn Wichman. More information about the game -can be found in an early [ROGUE.DOC](#rogue-doc). In the game, **F1** list all the keyboard commands. +can be found in an early [ROGUE.DOC](#roguedoc). In the game, the **F1** key lists all the DOS keyboard +commands. This particular PCjs machine is configured with *KeyGrid* support, which means that for touch-enabled devices, -the screen is logically divided into a 3x3 grid, and a tap in each of the 9 regions will be translated into one -of the following keys: +the screen is logically divided into a 3x3 grid, and a tap in each of the 9 screen regions will be translated +into one of the following keys: -| Home | Up | PgUp | -|:--------:|:---------:|:---------:| -| **Left** | **Space** | **Right** | -| **End** | **Down** | **PgDn** | + Home Up PgUp + Left Space Right + End Down PgDn {% include machine.html id="ibm5160-rogue" %} diff --git a/disks/pcx86/games/infocom/zork1/debugger/README.md b/disks/pcx86/games/infocom/zork1/debugger/README.md index 83c32d561..d98a16515 100644 --- a/disks/pcx86/games/infocom/zork1/debugger/README.md +++ b/disks/pcx86/games/infocom/zork1/debugger/README.md @@ -5,7 +5,7 @@ permalink: /disks/pcx86/games/infocom/zork1/debugger/ machines: - id: ibm5150-zork1 type: pcx86 - debugger:true + debugger: true --- Zork I: The Great Underground Empire