README updates
This commit is contained in:
parent
2b24e710d2
commit
c55cd76c57
3 changed files with 7 additions and 4 deletions
|
|
@ -15,13 +15,13 @@ 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
|
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.
|
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 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.
|
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
|
But once this PCjs VT100 Terminal simulation is fully operational, you can expect to see it used in conjunction with a variety
|
||||||
of other PCjs machines.
|
of other PCjs machines.
|
||||||
|
|
||||||
|
[Debugger Configuration](debugger/) is 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/).
|
||||||
|
|
||||||
{% include machine.html id="vt100" %}
|
{% include machine.html id="vt100" %}
|
||||||
|
|
||||||
VT100 Keys
|
VT100 Keys
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,9 @@ with a Control Panel and Debugger. When you press the "Run" button, it will sta
|
||||||
Information about [VT100 Keys](#vt100-keys) and assorted [Hardware Notes](#vt100-memory-usage) are provided below,
|
Information about [VT100 Keys](#vt100-keys) and assorted [Hardware Notes](#vt100-memory-usage) are provided below,
|
||||||
followed by some [VT100 Technical Manual](/pubs/dec/vt100/) excerpts regarding the [VT100 Initialization Process](#vt100-initialization-process).
|
followed by some [VT100 Technical Manual](/pubs/dec/vt100/) excerpts regarding the [VT100 Initialization Process](#vt100-initialization-process).
|
||||||
|
|
||||||
|
[Non-Debugger Configuration](../) is 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/).
|
||||||
|
|
||||||
{% include machine.html id="vt100" %}
|
{% include machine.html id="vt100" %}
|
||||||
|
|
||||||
VT100 Keys
|
VT100 Keys
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ Overview
|
||||||
PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/).
|
PC8080 is our 8080-based machine emulation module. The code is derived from [PCx86](/modules/pcx86/).
|
||||||
|
|
||||||
See the list of available [PC8080 Machines](/devices/pc8080/machine/), which includes
|
See the list of available [PC8080 Machines](/devices/pc8080/machine/), which includes
|
||||||
[Space Invaders (1978)](/devices/pc8080/machine/invaders/) and the [DEC VT100](/devices/pc8080/machine/vt100/).
|
[Space Invaders (1978)](/devices/pc8080/machine/invaders/) and the [DEC VT100 Terminal](/devices/pc8080/machine/vt100/).
|
||||||
|
|
||||||
PC8080 is comprised of the following non-shared components, as listed in [package.json](../../package.json)
|
PC8080 is comprised of the following non-shared components, as listed in [package.json](../../package.json)
|
||||||
(see the *pc8080Files* property):
|
(see the *pc8080Files* property):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue