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
46 lines
2.1 KiB
INI
46 lines
2.1 KiB
INI
<?xml version="1.0"?>
|
|
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
|
<mameconfig version="10">
|
|
<system name="cdimono1">
|
|
<image_directories>
|
|
<device instance="cdrom" directory="" />
|
|
</image_directories>
|
|
<input>
|
|
<port tag=":MOUSEBTN" type="P1_BUTTON1" mask="1" defvalue="0">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON1 OR MOUSECODE_1_BUTTON1
|
|
</newseq>
|
|
</port>
|
|
<port tag=":MOUSEBTN" type="P1_BUTTON2" mask="2" defvalue="0">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON2 OR MOUSECODE_1_BUTTON2
|
|
</newseq>
|
|
</port>
|
|
<port tag=":MOUSEBTN" type="P1_BUTTON3" mask="4" defvalue="0">
|
|
<newseq type="standard">
|
|
JOYCODE_1_BUTTON3 OR MOUSECODE_1_BUTTON3
|
|
</newseq>
|
|
</port>
|
|
<port tag=":MOUSEX" type="P1_MOUSE_X" mask="65535" defvalue="0">
|
|
<newseq type="increment">
|
|
KEYCODE_RIGHT OR JOYCODE_1_RXAXIS_POS_SWITCH OR JOYCODE_1_XAXIS_RIGHT_SWITCH OR JOYCODE_1_HAT1RIGHT
|
|
</newseq>
|
|
<newseq type="decrement">
|
|
KEYCODE_LEFT OR JOYCODE_1_RXAXIS_NEG_SWITCH OR JOYCODE_1_XAXIS_LEFT_SWITCH OR JOYCODE_1_HAT1LEFT
|
|
</newseq>
|
|
</port>
|
|
<port tag=":MOUSEY" type="P1_MOUSE_Y" mask="65535" defvalue="0">
|
|
<newseq type="increment">
|
|
KEYCODE_DOWN OR JOYCODE_1_RYAXIS_POS_SWITCH OR JOYCODE_1_YAXIS_DOWN_SWITCH OR JOYCODE_1_HAT1DOWN
|
|
</newseq>
|
|
<newseq type="decrement">
|
|
KEYCODE_UP OR JOYCODE_1_RYAXIS_NEG_SWITCH OR JOYCODE_1_YAXIS_UP_SWITCH OR JOYCODE_1_HAT1UP
|
|
</newseq>
|
|
</port>
|
|
</input>
|
|
<ui_warnings launched="1685488096" warned="1685488096">
|
|
<feature device="cdimono1" type="graphics" status="imperfect" />
|
|
<feature device="cdimono1" type="sound" status="imperfect" />
|
|
</ui_warnings>
|
|
</system>
|
|
</mameconfig>
|