mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-18 18:07:35 +00:00
46 lines
1.8 KiB
INI
46 lines
1.8 KiB
INI
|
<?xml version="1.0"?>
|
||
|
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
||
|
<mameconfig version="10">
|
||
|
<system name="a800xl">
|
||
|
<input>
|
||
|
<port tag=":djoy_0_1" type="P1_JOYSTICK_UP" mask="1" defvalue="1">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_UP
|
||
|
</newseq>
|
||
|
</port>
|
||
|
<port tag=":djoy_0_1" type="P1_JOYSTICK_DOWN" mask="2" defvalue="2">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_DOWN
|
||
|
</newseq>
|
||
|
</port>
|
||
|
<port tag=":djoy_0_1" type="P1_JOYSTICK_LEFT" mask="4" defvalue="4">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_LEFT
|
||
|
</newseq>
|
||
|
</port>
|
||
|
<port tag=":djoy_0_1" type="P1_JOYSTICK_RIGHT" mask="8" defvalue="8">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_RIGHT
|
||
|
</newseq>
|
||
|
</port>
|
||
|
<port tag=":djoy_b" type="P1_BUTTON1" mask="1" defvalue="1">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_Z
|
||
|
</newseq>
|
||
|
</port>
|
||
|
<port tag=":djoy_b" type="P1_BUTTON2" mask="16" defvalue="16">
|
||
|
<newseq type="standard">
|
||
|
KEYCODE_X
|
||
|
</newseq>
|
||
|
</port>
|
||
|
</input>
|
||
|
<image_directories>
|
||
|
<device instance="floppydisk1" directory="/emulator" />
|
||
|
<device instance="floppydisk2" directory="/emulator" />
|
||
|
<device instance="floppydisk3" directory="/emulator" />
|
||
|
<device instance="floppydisk4" directory="/emulator" />
|
||
|
<device instance="cartridge" directory="/emulator" />
|
||
|
</image_directories>
|
||
|
</system>
|
||
|
</mameconfig>
|