Updated all machine 'video' elements to use new 'menu' element ('name' element is now deprecated)
This commit is contained in:
parent
de90d921ed
commit
f1115aa8f4
37 changed files with 155 additions and 70 deletions
|
|
@ -9,13 +9,16 @@
|
|||
<rom id="romHDC" addr="0xc8000" size="0x2000" file="/devices/pc/hdc/ibm-xebec-1982.json"/>
|
||||
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/devices/pc/basic/ibm-basic-1.10.json"/>
|
||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/devices/pc/bios/5160/1982-11-08.json"/>
|
||||
<video id="videoEGA" model="ega" memory="0x20000" screenwidth="640" screenheight="350" pos="center" padding="8px">
|
||||
<name>Enhanced Color Display</name>
|
||||
<video id="videoEGA" model="ega" memory="0x20000" screenwidth="640" screenheight="350" autolock="true" pos="center" padding="8px">
|
||||
<menu>
|
||||
<title>Enhanced Color Display</title>
|
||||
<control type="button" class="input" binding="lockPointer" pos="right">Lock Pointer</control>
|
||||
</menu>
|
||||
</video>
|
||||
<keyboard ref="/devices/pc/keyboard/minimal-functions.xml"/>
|
||||
<debugger id="debugger"/>
|
||||
<panel ref="/devices/pc/panel/wide.xml"/>
|
||||
<fdc ref="/disks/pc/library.xml"/>
|
||||
<fdc ref="/disks/pc/library.xml" width="320px"/>
|
||||
<chipset id="chipset" model="5160" sw1="01001101" pos="left" padleft="8px" padbottom="8px">
|
||||
<control type="switches" class="input" label="SW1" binding="sw1" left="0px"/>
|
||||
<control type="description" class="output" binding="swdesc" left="0px"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue