mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
Adds MAME core specific parsers: * Philips CD-i - MAME * SNK Neo Geo CD - MAME * Tiger Electronics Game.com - MAME * VTech VSmile - MAME Adds MAME configs for gamecom and cdi
80 lines
3.2 KiB
INI
80 lines
3.2 KiB
INI
<?xml version="1.0"?>
|
|
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
|
<mameconfig version="10">
|
|
<system name="gamecom">
|
|
<image_directories>
|
|
<device instance="cartridge1" directory="" />
|
|
<device instance="cartridge2" directory="" />
|
|
</image_directories>
|
|
<input>
|
|
<port tag=":IN0" type="P1_JOYSTICK_UP" mask="1" defvalue="1">
|
|
<newseq type="standard">
|
|
JOYCODE_1_YAXIS_UP_SWITCH OR JOYCODE_1_HAT1UP
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="P1_JOYSTICK_DOWN" mask="2" defvalue="2">
|
|
<newseq type="standard">
|
|
JOYCODE_1_YAXIS_DOWN_SWITCH OR JOYCODE_1_HAT1DOWN
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="P1_JOYSTICK_LEFT" mask="4" defvalue="4">
|
|
<newseq type="standard">
|
|
JOYCODE_1_XAXIS_LEFT_SWITCH OR JOYCODE_1_HAT1LEFT
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="P1_JOYSTICK_RIGHT" mask="8" defvalue="8">
|
|
<newseq type="standard">
|
|
JOYCODE_1_XAXIS_RIGHT_SWITCH OR JOYCODE_1_HAT1RIGHT
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="OTHER" mask="16" defvalue="16">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON8
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="OTHER" mask="32" defvalue="32">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON7
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="OTHER" mask="64" defvalue="64">
|
|
<newseq type="standard">
|
|
JOYCODE_1_RZAXIS_POS_SWITCH
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN0" type="P1_BUTTON1" mask="128" defvalue="128">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON1
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN1" type="P1_BUTTON2" mask="1" defvalue="1">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON2
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN1" type="P1_BUTTON3" mask="2" defvalue="2">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON3
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN2" type="OTHER" mask="1" defvalue="1">
|
|
<newseq type="standard">
|
|
JOYCODE_1_ZAXIS_POS_SWITCH
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN2" type="P1_BUTTON4" mask="2" defvalue="2">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON4
|
|
</newseq>
|
|
</port>
|
|
<port tag=":IN2" type="OTHER" mask="4" defvalue="4">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON11
|
|
</newseq>
|
|
</port>
|
|
</input>
|
|
<ui_warnings launched="1685484620" warned="1685484619">
|
|
<feature device="gamecom" type="sound" status="imperfect" />
|
|
</ui_warnings>
|
|
</system>
|
|
</mameconfig>
|