Added TEST control to exercise the VT100's 8251A UART (um, excuse me, the PUSART -- an awful acronym)

This commit is contained in:
Jeff Parsons 2016-08-15 14:19:06 -07:00
commit 762ef22545
5 changed files with 526 additions and 386 deletions

View file

@ -27,7 +27,9 @@
<keyboard id="keyboard" model="VT100">
<control type="button" binding="setup" padleft="8px">SET-UP</control>
</keyboard>
<serial id="serial0" adapter="0"/>
<serial id="serial0" adapter="0">
<control type="button" binding="test" value="HELLO WORLD!" padleft="8px">TEST</control>
</serial>
<panel ref="/devices/pc8080/panel/wide.xml"/>
<debugger id="debugger" messages="mem|port" commands="s 8086"/>
</machine>