Updated README regarding VT100 demos
This commit is contained in:
parent
bca19fd8ed
commit
6eb7b626ef
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ 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 a [Dual VT100 Terminals](dual/) demo.
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue