Spiffed up the VT100 demo pages
This commit is contained in:
parent
762ef22545
commit
8cb79257c9
7 changed files with 331 additions and 268 deletions
|
|
@ -24,5 +24,10 @@
|
|||
</menu>
|
||||
</video>
|
||||
<chipset id="chipset" model="VT100"/>
|
||||
<keyboard id="keyboard" model="VT100"/>
|
||||
<keyboard id="keyboard" model="VT100">
|
||||
<control type="button" binding="setup" padleft="8px" padbottom="8px">SET-UP</control>
|
||||
</keyboard>
|
||||
<serial id="serial0" adapter="0">
|
||||
<control type="button" binding="test" value="HELLO WORLD!\r\n" padleft="8px" padbottom="8px">TEST RECEIVER</control>
|
||||
</serial>
|
||||
</machine>
|
||||
|
|
|
|||
Loading…
Reference in a new issue