8bitworkshop/mame/cfg/a5200.cfg

42 lines
1.5 KiB
INI

<?xml version="1.0"?>
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
<mameconfig version="10">
<system name="a5200">
<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="cartridge" directory="/emulator" />
</image_directories>
</system>
</mameconfig>