mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-24 15:05:39 +00:00
fixed mame config
This commit is contained in:
parent
9019b23f4a
commit
2db92162a2
|
@ -1,16 +1,11 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
<!-- This file is autogenerated; comments and unknown tags will be stripped -->
|
||||||
<mameconfig version="10">
|
<mameconfig version="10">
|
||||||
<system name="default">
|
<system name="default">
|
||||||
<input>
|
<input>
|
||||||
<port type="P1_JOYSTICK_UP">
|
|
||||||
<newseq type="standard">
|
|
||||||
JOYCODE_1_HAT1UP
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="P1_START">
|
<port type="P1_START">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
JOYCODE_1_BUTTON8
|
JOYCODE_1_BUTTON8 OR KEYCODE_1
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="P1_SELECT">
|
<port type="P1_SELECT">
|
||||||
|
@ -20,52 +15,72 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="P2_START">
|
<port type="P2_START">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
JOYCODE_2_BUTTON12
|
JOYCODE_2_BUTTON8 OR KEYCODE_2
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="P2_SELECT">
|
<port type="P2_SELECT">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
JOYCODE_2_BUTTON11
|
KEYCODE_6 OR JOYCODE_2_BUTTON7
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
|
<port type="P3_START">
|
||||||
|
<newseq type="standard">
|
||||||
|
JOYCODE_3_BUTTON8 OR KEYCODE_3
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
|
<port type="P3_SELECT">
|
||||||
|
<newseq type="standard">
|
||||||
|
KEYCODE_7 OR JOYCODE_3_BUTTON7
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
|
<port type="P4_START">
|
||||||
|
<newseq type="standard">
|
||||||
|
JOYCODE_4_BUTTON8 OR KEYCODE_4
|
||||||
|
</newseq>
|
||||||
|
</port>
|
||||||
|
<port type="P4_SELECT">
|
||||||
|
<newseq type="standard">
|
||||||
|
KEYCODE_8 OR JOYCODE_4_BUTTON7
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="START1">
|
<port type="START1">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_1 OR JOYCODE_1_BUTTON12
|
JOYCODE_1_BUTTON8 OR KEYCODE_S KEYCODE_1
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="START2">
|
<port type="START2">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_2 OR JOYCODE_2_BUTTON12
|
JOYCODE_2_BUTTON8 OR KEYCODE_S KEYCODE_2
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="START3">
|
<port type="START3">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_3 OR JOYCODE_3_BUTTON12
|
JOYCODE_3_BUTTON8 OR KEYCODE_S KEYCODE_3
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="START4">
|
<port type="START4">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_4 OR JOYCODE_4_BUTTON12
|
JOYCODE_4_BUTTON8 OR KEYCODE_S KEYCODE_4
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="COIN1">
|
<port type="COIN1">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LSHIFT KEYCODE_1 OR JOYCODE_1_BUTTON11
|
JOYCODE_1_BUTTON7 OR KEYCODE_LSHIFT KEYCODE_1
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="COIN2">
|
<port type="COIN2">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LSHIFT KEYCODE_2 OR JOYCODE_2_BUTTON11
|
JOYCODE_2_BUTTON7 OR KEYCODE_LSHIFT KEYCODE_2
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="COIN3">
|
<port type="COIN3">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LSHIFT KEYCODE_3 OR JOYCODE_3_BUTTON11
|
JOYCODE_3_BUTTON7 OR KEYCODE_LSHIFT KEYCODE_3
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="COIN4">
|
<port type="COIN4">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LSHIFT KEYCODE_4 OR JOYCODE_4_BUTTON11
|
JOYCODE_4_BUTTON7 OR KEYCODE_LSHIFT KEYCODE_4
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="BILL1">
|
<port type="BILL1">
|
||||||
|
@ -113,31 +128,6 @@
|
||||||
KEYCODE_LALT KEYCODE_T KEYCODE_4
|
KEYCODE_LALT KEYCODE_T KEYCODE_4
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="SERVICE">
|
|
||||||
<newseq type="standard">
|
|
||||||
KEYCODE_LALT KEYCODE_S KEYCODE_0
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="TILT">
|
|
||||||
<newseq type="standard">
|
|
||||||
KEYCODE_LALT KEYCODE_T KEYCODE_0
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="MEMORY_RESET">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="VOLUME_DOWN">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="VOLUME_UP">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_MENU">
|
<port type="UI_MENU">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_M
|
KEYCODE_LCONTROL KEYCODE_M
|
||||||
|
@ -148,19 +138,14 @@
|
||||||
KEYCODE_LCONTROL KEYCODE_Q
|
KEYCODE_LCONTROL KEYCODE_Q
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_CLEAR">
|
|
||||||
<newseq type="standard">
|
|
||||||
KEYCODE_DEL
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_PAGE_UP">
|
<port type="UI_PAGE_UP">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_PGUP OR JOYCODE_1_ZAXIS_POS_SWITCH
|
JOYCODE_1_RYAXIS_NEG_SWITCH OR KEYCODE_PGUP
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_PAGE_DOWN">
|
<port type="UI_PAGE_DOWN">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_PGDN OR JOYCODE_1_RZAXIS_POS_SWITCH
|
JOYCODE_1_RYAXIS_POS_SWITCH OR KEYCODE_PGDN
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_PREV_GROUP">
|
<port type="UI_PREV_GROUP">
|
||||||
|
@ -188,11 +173,6 @@
|
||||||
NONE
|
NONE
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_PAUSE">
|
|
||||||
<newseq type="standard">
|
|
||||||
KEYCODE_LCONTROL KEYCODE_P
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_PAUSE_SINGLE">
|
<port type="UI_PAUSE_SINGLE">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
NONE
|
||||||
|
@ -200,7 +180,7 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_REWIND_SINGLE">
|
<port type="UI_REWIND_SINGLE">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_MINUS
|
KEYCODE_LCONTROL KEYCODE_MINUSPAD
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_SAVE_STATE">
|
<port type="UI_SAVE_STATE">
|
||||||
|
@ -255,7 +235,7 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FAST_FORWARD">
|
<port type="UI_FAST_FORWARD">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_PLUS
|
KEYCODE_LCONTROL KEYCODE_PLUSPAD
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_SHOW_FPS">
|
<port type="UI_SHOW_FPS">
|
||||||
|
@ -275,7 +255,7 @@
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_RECORD_AVI">
|
<port type="UI_RECORD_AVI">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
NONE
|
KEYCODE_LCONTROL KEYCODE_V
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_TOGGLE_CHEAT">
|
<port type="UI_TOGGLE_CHEAT">
|
||||||
|
@ -283,84 +263,14 @@
|
||||||
KEYCODE_LCONTROL KEYCODE_C
|
KEYCODE_LCONTROL KEYCODE_C
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_DISPLAY_COMMENT">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_ZOOM_IN">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_ZOOM_OUT">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_ZOOM_DEFAULT">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_ROTATE">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_SHOW_PROFILER">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_RELEASE_POINTER">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_PASTE">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_TAPE_START">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_TAPE_STOP">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_FOCUS_NEXT">
|
<port type="UI_FOCUS_NEXT">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_TAB OR JOYCODE_1_RZAXIS_POS_SWITCH
|
JOYCODE_1_RXAXIS_POS_SWITCH
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="UI_FOCUS_PREV">
|
<port type="UI_FOCUS_PREV">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LSHIFT KEYCODE_TAB OR JOYCODE_1_ZAXIS_POS_SWITCH
|
JOYCODE_1_RXAXIS_NEG_SWITCH OR KEYCODE_TAB
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_DATS">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_FAVORITES">
|
|
||||||
<newseq type="standard">
|
|
||||||
JOYCODE_1_BUTTON4
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_EXPORT">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="UI_AUDIT">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="TOGGLE_FULLSCREEN">
|
<port type="TOGGLE_FULLSCREEN">
|
||||||
|
@ -368,11 +278,6 @@
|
||||||
KEYCODE_LCONTROL KEYCODE_ENTER
|
KEYCODE_LCONTROL KEYCODE_ENTER
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="TOGGLE_FILTER">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
<port type="DECREASE_PRESCALE">
|
<port type="DECREASE_PRESCALE">
|
||||||
<newseq type="standard">
|
<newseq type="standard">
|
||||||
KEYCODE_LCONTROL KEYCODE_Y
|
KEYCODE_LCONTROL KEYCODE_Y
|
||||||
|
@ -383,11 +288,6 @@
|
||||||
KEYCODE_LCONTROL KEYCODE_U
|
KEYCODE_LCONTROL KEYCODE_U
|
||||||
</newseq>
|
</newseq>
|
||||||
</port>
|
</port>
|
||||||
<port type="RENDER_AVI">
|
|
||||||
<newseq type="standard">
|
|
||||||
NONE
|
|
||||||
</newseq>
|
|
||||||
</port>
|
|
||||||
</input>
|
</input>
|
||||||
</system>
|
</system>
|
||||||
</mameconfig>
|
</mameconfig>
|
||||||
|
|
Loading…
Reference in a new issue