From c55cd76c579f58b04601285944aa336d95852db0 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 23 Aug 2016 15:05:19 -0700 Subject: [PATCH] README updates --- devices/pc8080/machine/vt100/README.md | 6 +++--- devices/pc8080/machine/vt100/debugger/README.md | 3 +++ modules/pc8080/README.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/devices/pc8080/machine/vt100/README.md b/devices/pc8080/machine/vt100/README.md index 7e4206dc7..129aaf89d 100644 --- a/devices/pc8080/machine/vt100/README.md +++ b/devices/pc8080/machine/vt100/README.md @@ -15,13 +15,13 @@ This is a PCjs emulation of another 8080-based machine: the VT100 Terminal. Unlike other VT100 emulators, it is not simply an emulation of VT100 protocols. It is a simulation of the original VT100 machine, running the [VT100 Firmware](/devices/pc8080/rom/vt100/) inside the [PC8080](/modules/pc8080/) CPU emulator. -A [Debugger Configuration](debugger/) is also available, along with demos of [Dual VT100 Terminals](dual/) and an -[IBM PC AT connected to a VT100](/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/). - Admittedly, terminals aren't that useful in isolation, since they're designed to be connected to other (host) machines. But once this PCjs VT100 Terminal simulation is fully operational, you can expect to see it used in conjunction with a variety of other PCjs machines. +[Debugger Configuration](debugger/) is available, along with demos of [Dual VT100 Terminals](dual/) and an +[IBM PC AT connected to a VT100](/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/). + {% include machine.html id="vt100" %} VT100 Keys diff --git a/devices/pc8080/machine/vt100/debugger/README.md b/devices/pc8080/machine/vt100/debugger/README.md index 8580ddd6c..a8474c174 100644 --- a/devices/pc8080/machine/vt100/debugger/README.md +++ b/devices/pc8080/machine/vt100/debugger/README.md @@ -18,6 +18,9 @@ with a Control Panel and Debugger. When you press the "Run" button, it will sta Information about [VT100 Keys](#vt100-keys) and assorted [Hardware Notes](#vt100-memory-usage) are provided below, followed by some [VT100 Technical Manual](/pubs/dec/vt100/) excerpts regarding the [VT100 Initialization Process](#vt100-initialization-process). +[Non-Debugger Configuration](../) is available, along with demos of [Dual VT100 Terminals](../dual/) and an +[IBM PC AT connected to a VT100](/devices/pcx86/machine/5170/ega/2048kb/rev3/vt100/). + {% include machine.html id="vt100" %} VT100 Keys diff --git a/modules/pc8080/README.md b/modules/pc8080/README.md index 8e0792e0a..ccafd5d72 100644 --- a/modules/pc8080/README.md +++ b/modules/pc8080/README.md @@ -12,7 +12,7 @@ Overview PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/). See the list of available [PC8080 Machines](/devices/pc8080/machine/), which includes -[Space Invaders (1978)](/devices/pc8080/machine/invaders/) and the [DEC VT100](/devices/pc8080/machine/vt100/). +[Space Invaders (1978)](/devices/pc8080/machine/invaders/) and the [DEC VT100 Terminal](/devices/pc8080/machine/vt100/). PC8080 is comprised of the following non-shared components, as listed in [package.json](../../package.json) (see the *pc8080Files* property):