Disk library updates

This commit is contained in:
Jeff Parsons 2016-03-23 16:53:13 -07:00
commit 2db934a99f
109 changed files with 4145 additions and 104 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<keyboard id="keyboard" model="us83" pos="left" padleft="8px" padbottom="8px">
<control type="button" binding="esc">ESC</control>
<control type="button" binding="f1">F1</control>
<control type="button" binding="f10">F10</control>
<control type="button" binding="ctrl-alt-enter">CTRL-ALT-ENTER</control>
</keyboard>

View file

@ -8,7 +8,7 @@
<rom ref="/devices/pc/rom/att/6300/bios-143.xml"/>
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
<fdc ref="/disks/pc/compiled/library.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
<debugger id="debugger"/>
<panel ref="/devices/pc/panel/wide.xml"/>
<chipset ref="/devices/pc/chipset/att6300-cga-max.xml"/>

View file

@ -11,6 +11,6 @@
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
</cpu>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<chipset id="chipset" model="6300" sw1="01001001" sw2="11110000"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
<chipset id="chipset" model="att6300" sw1="01001000" sw2="11111001"/>
</machine>

View file

@ -8,7 +8,7 @@
<rom ref="/devices/pc/rom/cdp/mpc1600/bios-434.xml"/>
<video ref="/devices/pc/video/cdp/cga/cdp-cga.xml"/>
<fdc ref="/disks/pc/compiled/library.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-mpc1600.xml"/>
<debugger id="debugger"/>
<panel ref="/devices/pc/panel/wide.xml"/>
<chipset ref="/devices/pc/chipset/mpc1600-cga-max.xml"/>

View file

@ -11,6 +11,6 @@
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
</cpu>
<keyboard ref="/devices/pc/keyboard/us83-buttons-debug.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-mpc1600.xml"/>
<chipset id="chipset" model="mpc1600" sw1="01001001" sw2="11110000"/>
</machine>

View file

@ -9,7 +9,7 @@
<rom ref="/devices/pc/rom/zenith/z150/bios-z150-1988.xml"/>
<video ref="/devices/pc/video/ibm/cga/ibm-cga.xml"/>
<fdc ref="/disks/pc/compiled/library.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-z150.xml"/>
<debugger id="debugger"/>
<panel ref="/devices/pc/panel/wide.xml"/>
<chipset ref="/devices/pc/chipset/z150-cga-max.xml"/>

View file

@ -12,6 +12,6 @@
<control type="button" binding="run">Run</control>
<control type="button" binding="reset">Reset</control>
</cpu>
<keyboard ref="/devices/pc/keyboard/us83-buttons-minimal.xml"/>
<keyboard ref="/devices/pc/keyboard/us83-buttons-z150.xml"/>
<chipset id="chipset" model="z150" sw1="01001001"/>
</machine>