Missed a few machine files in the Demos directory
This commit is contained in:
parent
f1115aa8f4
commit
35da46f15a
3 changed files with 9 additions and 3 deletions
|
|
@ -7,7 +7,9 @@
|
||||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
||||||
<keyboard id="keyboard"/>
|
<keyboard id="keyboard"/>
|
||||||
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
|
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
|
||||||
<name>Monochrome Display</name>
|
<menu>
|
||||||
|
<title>Monochrome Display</title>
|
||||||
|
</menu>
|
||||||
</video>
|
</video>
|
||||||
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
|
<chipset id="chipset" model="5150" sw1="01000001" sw2="11110000"/>
|
||||||
</machine>
|
</machine>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@
|
||||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
||||||
<keyboard id="keyboard"/>
|
<keyboard id="keyboard"/>
|
||||||
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
|
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
|
||||||
<name>Monochrome Display</name>
|
<menu>
|
||||||
|
<title>Monochrome Display</title>
|
||||||
|
</menu>
|
||||||
</video>
|
</video>
|
||||||
<cpu id="cpu8088" model="8088" autostart="true" pos="left">
|
<cpu id="cpu8088" model="8088" autostart="true" pos="left">
|
||||||
<control type="button" class="input" binding="run">Run</control>
|
<control type="button" class="input" binding="run">Run</control>
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,9 @@
|
||||||
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="1981-04-24.json"/>
|
||||||
<keyboard id="keyboard"/>
|
<keyboard id="keyboard"/>
|
||||||
<video id="videoMDA" screenwidth="720" screenheight="350" charset="ibm-mda-cga.json">
|
<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>
|
</video>
|
||||||
<panel id="panel" padtop="8px">
|
<panel id="panel" padtop="8px">
|
||||||
<name>Control Panel</name>
|
<name>Control Panel</name>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue