Updated all machine 'video' elements to use new 'menu' element ('name' element is now deprecated)

This commit is contained in:
Jeff Parsons 2014-11-12 16:01:40 -08:00 • committed by jeffpar
commit f1115aa8f4
37 changed files with 155 additions and 70 deletions

View file

@ -7,8 +7,11 @@
<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="videoCGA" screenwidth="960" screenheight="400" scale="true" charset="/devices/pc/video/ibm-mda-cga.json" width="960px" padding="8px">
<name>CGA Display</name>
<video id="videoCGA" screenwidth="960" screenheight="400" scale="true" autolock="true" charset="/devices/pc/video/ibm-mda-cga.json" width="960px" padding="8px">
<menu>
<title>Color Display</title>
<control type="button" class="input" binding="lockPointer" pos="right">Lock Pointer</control>
</menu>
</video>
<cpu id="cpu8088" model="8088" autostart="false"/>
<keyboard ref="/devices/pc/keyboard/minimal-functions.xml"/>