Dual (connected) terminal configs should be working better, now that both transmitted and received data is clocked according to their respective baud rates

This commit is contained in:
Jeff Parsons 2016-08-17 15:42:02 -07:00
commit 9d289b54da
8 changed files with 218 additions and 209 deletions

View file

@ -10,7 +10,7 @@ PC8080 Machine Configurations
The following 8080-based machines are currently available:
* [8080 Exerciser](exerciser/)
* [Space Invaders (1978)](invaders/) (with [Debugger](invaders/debugger/))
* [DEC VT100 Terminal](vt100/) (with [Debugger](vt100/debugger/))
* [Space Invaders (1978)](invaders/) ([Debugger](invaders/debugger/))
* [DEC VT100 Terminal](vt100/) ([Debugger](vt100/debugger/))
Check out the [Dual VT100 Terminals](vt100/dual/) for a demo of two PCjs machines communicating over a *virtual* serial connection.