Merged with master (and added a blog post on the VT100)

This commit is contained in:
Jeff Parsons 2016-08-04 09:32:56 -07:00
commit b9425afd6e
2 changed files with 38 additions and 1 deletions

View file

@ -14,7 +14,8 @@ DEC VT100 Terminal
This is a work-in-progress emulation of another 8080-based machine: the VT100 Terminal.
Unlike other VT100 emulators, this is not simply an emulation of VT100 protocols. It is a simulation of the entire
machine, running the orginal [VT100 Firmware](/devices/pc8080/rom/vt100/) inside the [PC8080](/modules/pc8080/) CPU emulator.
8080-based machine, running the original [VT100 Firmware](/devices/pc8080/rom/vt100/) inside the [PC8080](/modules/pc8080/)
CPU emulator.
{% include machine.html id="vt100" %}