README updates regarding the dual VT100 terminal demo

This commit is contained in:
Jeff Parsons 2016-08-16 11:50:32 -07:00
commit 70a6548f12
2 changed files with 10 additions and 2 deletions

View file

@ -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.

View file

@ -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" %}