Added TEST control to exercise the VT100's 8251A UART (um, excuse me, the PUSART -- an awful acronym)
This commit is contained in:
parent
0ffc09083d
commit
762ef22545
5 changed files with 526 additions and 386 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue