-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathmachine.xml
More file actions
21 lines (21 loc) · 1.24 KB
/
Copy pathmachine.xml
File metadata and controls
21 lines (21 loc) · 1.24 KB
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="ibm5150" type="pcx86" border="1" pos="center" background="default" debugger="available">
<script src="/assets/js/xslt-polyfill.min.js" xmlns="http://www.w3.org/1999/xhtml"></script>
<name pos="center">IBM PC (Model 5150), 64Kb RAM, CGA, Color Display</name>
<computer id="pc-cga-64k" name="IBM PC"/>
<ram id="ramLow" addr="0x00000"/>
<rom id="romBASIC" addr="0xf6000" size="0x8000" file="/machines/pcx86/ibm/5150/rom/basic/BASIC100.json5"/>
<rom id="romBIOS" addr="0xfe000" size="0x2000" file="/machines/pcx86/ibm/5150/rom/bios/1981-04-24/PCBIOS-REV1.json5"/>
<video ref="/machines/pcx86/ibm/video/cga/ibm-cga.xml"/>
<fdc ref="/machines/pcx86/ibm/fdc/library.xml"/>
<cpu id="cpu8088" model="8088" 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/us83-softkeys.xml"/>
<chipset id="chipset" model="5150" sw1="01001001" sw2="11111000"/>
<serial id="com1" adapter="1"/>
<parallel id="lpt1" adapter="2"/>
</machine>