Missed a few machine files in the Demos directory

This commit is contained in:
Jeff Parsons 2014-11-12 16:11:06 -08:00 committed by jeffpar
commit 35da46f15a
3 changed files with 9 additions and 3 deletions

View file

@ -7,7 +7,9 @@
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
<name>Monochrome Display</name>
<menu>
<title>Monochrome Display</title>
</menu>
</video>
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
</machine>

View file

@ -6,7 +6,9 @@
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
<name>Monochrome Display</name>
<menu>
<title>Monochrome Display</title>
</menu>
</video>
<cpu id="cpu8088" model="8088" autostart="true" pos="left">
<control type="button" class="input" binding="run">Run</control>

View file

@ -8,7 +8,9 @@
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
<keyboard id="keyboard"/>
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
<name pos="center">Monochrome Display</name>
<menu>
<title>Monochrome Display</title>
</menu>
</video>
<panel id="panel" padtop="8px">
<name>Control Panel</name>