-
Notifications
You must be signed in to change notification settings - Fork 143
/
Copy pathmachine.xml
21 lines (21 loc) · 1.29 KB
/
machine.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/machines/pcx86/xsl/machine.xsl"?>
<machine id="ibm5170" type="pcx86" border="1" pos="center" background="default" debugger="available">
<name pos="center">IBM PC AT, 640Kb RAM, 47Mb Hard Disk, IBM EGA (256Kb)</name>
<computer id="at-ega-640k" name="IBM PC AT" buswidth="24"/>
<ram id="ramLow" addr="0x00000" size="0xa0000" test="false"/>
<rom id="romBIOS" addr="0xf0000" size="0x10000" alias="0xff0000" file="/machines/pcx86/ibm/5170/rom/bios/1984-01-10/ATBIOS-REV1.json5"/>
<video ref="/machines/pcx86/ibm/video/ega/1984-09-13/ibm-ega-5154-256k-autolockfs.xml"/>
<fdc ref="/machines/pcx86/ibm/fdc/library.xml" autoMount='{A: {name: "PC DOS 3.00 (Disk 1)"}, B: {name: "PC DOS 3.00 (Disk 2)"}}'/>
<hdc ref="/machines/pcx86/ibm/hdc/47mb/unformatted-at5.xml"/>
<cpu id="cpu286" model="80286" pos="left" padLeft="8px" padBottom="8px">
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
<control type="button" binding="setSpeed">Speed</control>
</cpu>
<keyboard ref="/machines/pcx86/ibm/keyboard/us84-softkeys.xml"/>
<chipset id="chipset" model="5170" floppies="[1200,1200]"/>
<serial id="com1" adapter="1"/>
<serial id="com2" adapter="2"/>
<mouse serial="com1"/>
</machine>