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

@ -14,7 +14,7 @@ Device Configurations
All PCjs machines are built from the following sets of devices:
* [6502-based Devices](c1p/) (e.g., [Challenger 1P](c1p/machine/))
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100](pc8080/machine/vt100/))
* [8080-based Devices](pc8080/) (e.g., [Space Invaders](pc8080/machine/invaders/), [VT100 Terminal](pc8080/machine/vt100/))
* [8086-based Devices](pcx86/) (e.g., [IBM PC and compatibles](pcx86/machine/))
These devices are user-installable components that you would typically find in a real personal computer,