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"/>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue