Took a better stab at simulating the VT100's LBA7 signal (used by the NVR chip)

This commit is contained in:
Jeff Parsons 2016-08-03 13:33:19 -07:00 committed by Jeff Parsons
commit fc72c2f73d
4 changed files with 340 additions and 289 deletions

View file

@ -3,7 +3,7 @@
<machine id="vt100" class="pc8080" border="1" pos="center" background="#FAEBD7">
<name pos="center">VT100 Terminal</name>
<computer id="computer" busWidth="16"/>
<cpu id="cpu8080" model="8080" cycles="2000000"/>
<cpu id="cpu8080" model="8080" cycles="2764798"/>
<rom id="rom" addr="0x0000" size="0x2000" file="/devices/pc8080/rom/vt100/VT100.json"/>
<ram id="ram" addr="0x2000" size="0x0C00"/>
<video id="video" screenWidth="1600" screenHeight="960" smoothing="false"