From 70a6548f125123cad5ba242c061edf1043138aed Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 16 Aug 2016 11:50:32 -0700 Subject: [PATCH] README updates regarding the dual VT100 terminal demo --- devices/pc8080/machine/README.md | 6 ++++-- devices/pc8080/machine/vt100/dual/README.md | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/devices/pc8080/machine/README.md b/devices/pc8080/machine/README.md index 1ad417684..570bf11dc 100644 --- a/devices/pc8080/machine/README.md +++ b/devices/pc8080/machine/README.md @@ -10,5 +10,7 @@ PC8080 Machine Configurations The following 8080-based machines are currently available: * [8080 Exerciser](exerciser/) -* [Space Invaders (1978)](invaders/) -* [DEC VT100 Terminal](vt100/) +* [Space Invaders (1978)](invaders/) (with [Debugger](invaders/debugger/)) +* [DEC VT100 Terminal](vt100/) (with [Debugger](vt100/debugger/)) + +And check out the [Dual VT100 Terminals](vt100/dual/) for a demo of two PCjs machines communicating over a *virtual* serial connection. diff --git a/devices/pc8080/machine/vt100/dual/README.md b/devices/pc8080/machine/vt100/dual/README.md index 92ba32442..1e17eafc6 100644 --- a/devices/pc8080/machine/vt100/dual/README.md +++ b/devices/pc8080/machine/vt100/dual/README.md @@ -16,6 +16,12 @@ machines: Dual VT100 Terminals -------------------- +This is a test of two [VT100 Terminals](../) whose serial ports are *virtually* connected, so anything you type in the first +terminal should appear on the screen of the second, and vice versa. Click or tap on the screen of the desired terminal before +you begin typing. + +If either terminal becomes LOCKED, press the SET-UP key (mapped to your F9 function key) twice to unlock it. + {% include machine.html id="vt100a" %} {% include machine.html id="vt100b" %}