|
| 1 | +<mameconfig version="10"> |
| 2 | + <system name="default"> |
| 3 | + |
| 4 | + <!-- HotRod SE input configuration file --> |
| 5 | + |
| 6 | + <input> |
| 7 | + <remap origcode="KEYCODE_UP" newcode="KEYCODE_8PAD" /> |
| 8 | + <remap origcode="KEYCODE_DOWN" newcode="KEYCODE_2PAD" /> |
| 9 | + <remap origcode="KEYCODE_LEFT" newcode="KEYCODE_4PAD" /> |
| 10 | + <remap origcode="KEYCODE_RIGHT" newcode="KEYCODE_6PAD" /> |
| 11 | + |
| 12 | + <port type="UI_UP"> |
| 13 | + <newseq type="standard">KEYCODE_UP OR KEYCODE_8PAD</newseq> |
| 14 | + </port> |
| 15 | + <port type="UI_DOWN"> |
| 16 | + <newseq type="standard">KEYCODE_DOWN OR KEYCODE_2PAD</newseq> |
| 17 | + </port> |
| 18 | + <port type="UI_LEFT"> |
| 19 | + <newseq type="standard">KEYCODE_LEFT OR KEYCODE_4PAD</newseq> |
| 20 | + </port> |
| 21 | + <port type="UI_RIGHT"> |
| 22 | + <newseq type="standard">KEYCODE_RIGHT OR KEYCODE_6PAD</newseq> |
| 23 | + </port> |
| 24 | + <port type="UI_SELECT"> |
| 25 | + <newseq type="standard">KEYCODE_ENTER OR KEYCODE_LCONTROL</newseq> |
| 26 | + </port> |
| 27 | + |
| 28 | + <port type="UI_CONFIGURE"> |
| 29 | + <newseq type="standard">KEYCODE_TAB OR KEYCODE_1 KEYCODE_3</newseq> |
| 30 | + </port> |
| 31 | + <port type="UI_CANCEL"> |
| 32 | + <newseq type="standard">KEYCODE_ESC OR KEYCODE_2 KEYCODE_4</newseq> |
| 33 | + </port> |
| 34 | + |
| 35 | + <port type="START1"> |
| 36 | + <newseq type="standard">KEYCODE_1</newseq> |
| 37 | + </port> |
| 38 | + <port type="START2"> |
| 39 | + <newseq type="standard">KEYCODE_2</newseq> |
| 40 | + </port> |
| 41 | + <port type="COIN1"> |
| 42 | + <newseq type="standard">KEYCODE_3</newseq> |
| 43 | + </port> |
| 44 | + <port type="COIN2"> |
| 45 | + <newseq type="standard">KEYCODE_4</newseq> |
| 46 | + </port> |
| 47 | + <port type="START3"> |
| 48 | + <newseq type="standard">KEYCODE_5</newseq> |
| 49 | + </port> |
| 50 | + <port type="START4"> |
| 51 | + <newseq type="standard">KEYCODE_6</newseq> |
| 52 | + </port> |
| 53 | + |
| 54 | + <port type="P1_JOYSTICK_UP"> |
| 55 | + <newseq type="standard">KEYCODE_8PAD</newseq> |
| 56 | + </port> |
| 57 | + <port type="P1_JOYSTICK_DOWN"> |
| 58 | + <newseq type="standard">KEYCODE_2PAD</newseq> |
| 59 | + </port> |
| 60 | + <port type="P1_JOYSTICK_LEFT"> |
| 61 | + <newseq type="standard">KEYCODE_4PAD</newseq> |
| 62 | + </port> |
| 63 | + <port type="P1_JOYSTICK_RIGHT"> |
| 64 | + <newseq type="standard">KEYCODE_6PAD</newseq> |
| 65 | + </port> |
| 66 | + <port type="P1_JOYSTICKRIGHT_UP"> |
| 67 | + <newseq type="standard">KEYCODE_R</newseq> |
| 68 | + </port> |
| 69 | + <port type="P1_JOYSTICKRIGHT_DOWN"> |
| 70 | + <newseq type="standard">KEYCODE_F</newseq> |
| 71 | + </port> |
| 72 | + <port type="P1_JOYSTICKRIGHT_LEFT"> |
| 73 | + <newseq type="standard">KEYCODE_D</newseq> |
| 74 | + </port> |
| 75 | + <port type="P1_JOYSTICKRIGHT_RIGHT"> |
| 76 | + <newseq type="standard">KEYCODE_G</newseq> |
| 77 | + </port> |
| 78 | + <port type="P1_JOYSTICKLEFT_UP"> |
| 79 | + <newseq type="standard">KEYCODE_8PAD</newseq> |
| 80 | + </port> |
| 81 | + <port type="P1_JOYSTICKLEFT_DOWN"> |
| 82 | + <newseq type="standard">KEYCODE_2PAD</newseq> |
| 83 | + </port> |
| 84 | + <port type="P1_JOYSTICKLEFT_LEFT"> |
| 85 | + <newseq type="standard">KEYCODE_4PAD</newseq> |
| 86 | + </port> |
| 87 | + <port type="P1_JOYSTICKLEFT_RIGHT"> |
| 88 | + <newseq type="standard">KEYCODE_6PAD</newseq> |
| 89 | + </port> |
| 90 | + |
| 91 | + <port type="P1_BUTTON1"> |
| 92 | + <newseq type="standard">KEYCODE_LCONTROL OR JOYCODE_1_BUTTON1 OR MOUSECODE_1_BUTTON1</newseq> |
| 93 | + </port> |
| 94 | + <port type="P1_BUTTON2"> |
| 95 | + <newseq type="standard">KEYCODE_LALT OR JOYCODE_1_BUTTON2 OR MOUSECODE_1_BUTTON3</newseq> |
| 96 | + </port> |
| 97 | + <port type="P1_BUTTON3"> |
| 98 | + <newseq type="standard">KEYCODE_SPACE OR JOYCODE_1_BUTTON3 OR MOUSECODE_1_BUTTON2</newseq> |
| 99 | + </port> |
| 100 | + <port type="P1_BUTTON4"> |
| 101 | + <newseq type="standard">KEYCODE_LSHIFT OR JOYCODE_1_BUTTON4</newseq> |
| 102 | + </port> |
| 103 | + <port type="P1_BUTTON5"> |
| 104 | + <newseq type="standard">KEYCODE_Z OR JOYCODE_1_BUTTON5</newseq> |
| 105 | + </port> |
| 106 | + <port type="P1_BUTTON6"> |
| 107 | + <newseq type="standard">KEYCODE_X OR JOYCODE_1_BUTTON6</newseq> |
| 108 | + </port> |
| 109 | + <port type="P2_BUTTON1"> |
| 110 | + <newseq type="standard">KEYCODE_A OR JOYCODE_2_BUTTON1</newseq> |
| 111 | + </port> |
| 112 | + <port type="P2_BUTTON2"> |
| 113 | + <newseq type="standard">KEYCODE_S OR JOYCODE_2_BUTTON2</newseq> |
| 114 | + </port> |
| 115 | + <port type="P2_BUTTON3"> |
| 116 | + <newseq type="standard">KEYCODE_Q OR JOYCODE_2_BUTTON3</newseq> |
| 117 | + </port> |
| 118 | + <port type="P2_BUTTON4"> |
| 119 | + <newseq type="standard">KEYCODE_W OR JOYCODE_2_BUTTON4</newseq> |
| 120 | + </port> |
| 121 | + <port type="P2_BUTTON5"> |
| 122 | + <newseq type="standard">KEYCODE_E OR JOYCODE_2_BUTTON5</newseq> |
| 123 | + </port> |
| 124 | + <port type="P2_BUTTON6"> |
| 125 | + <newseq type="standard">KEYCODE_OPENBRACE OR JOYCODE_2_BUTTON6</newseq> |
| 126 | + </port> |
| 127 | + </input> |
| 128 | + </system> |
| 129 | + |
| 130 | + <system name="neogeo"> |
| 131 | + <input> |
| 132 | + <port type="P1_BUTTON1"> |
| 133 | + <newseq type="standard">KEYCODE_C OR JOYCODE_1_BUTTON1</newseq> |
| 134 | + </port> |
| 135 | + <port type="P1_BUTTON2"> |
| 136 | + <newseq type="standard">KEYCODE_LSHIFT OR JOYCODE_1_BUTTON2</newseq> |
| 137 | + </port> |
| 138 | + <port type="P1_BUTTON3"> |
| 139 | + <newseq type="standard">KEYCODE_Z OR JOYCODE_1_BUTTON3</newseq> |
| 140 | + </port> |
| 141 | + <port type="P1_BUTTON4"> |
| 142 | + <newseq type="standard">KEYCODE_X OR JOYCODE_1_BUTTON4</newseq> |
| 143 | + </port> |
| 144 | + <port type="P1_BUTTON5"> |
| 145 | + <newseq type="standard">NONE</newseq> |
| 146 | + </port> |
| 147 | + <port type="P1_BUTTON6"> |
| 148 | + <newseq type="standard">NONE</newseq> |
| 149 | + </port> |
| 150 | + <port type="P1_BUTTON7"> |
| 151 | + <newseq type="standard">NONE</newseq> |
| 152 | + </port> |
| 153 | + <port type="P1_BUTTON8"> |
| 154 | + <newseq type="standard">NONE</newseq> |
| 155 | + </port> |
| 156 | + <port type="P2_BUTTON1"> |
| 157 | + <newseq type="standard">KEYCODE_CLOSEBRACE OR JOYCODE_2_BUTTON1</newseq> |
| 158 | + </port> |
| 159 | + <port type="P2_BUTTON2"> |
| 160 | + <newseq type="standard">KEYCODE_W OR JOYCODE_2_BUTTON2</newseq> |
| 161 | + </port> |
| 162 | + <port type="P2_BUTTON3"> |
| 163 | + <newseq type="standard">KEYCODE_E OR JOYCODE_2_BUTTON3</newseq> |
| 164 | + </port> |
| 165 | + <port type="P2_BUTTON4"> |
| 166 | + <newseq type="standard">KEYCODE_OPENBRACE OR JOYCODE_2_BUTTON4</newseq> |
| 167 | + </port> |
| 168 | + <port type="P2_BUTTON5"> |
| 169 | + <newseq type="standard">NONE</newseq> |
| 170 | + </port> |
| 171 | + <port type="P2_BUTTON6"> |
| 172 | + <newseq type="standard">NONE</newseq> |
| 173 | + </port> |
| 174 | + <port type="P2_BUTTON7"> |
| 175 | + <newseq type="standard">NONE</newseq> |
| 176 | + </port> |
| 177 | + <port type="P2_BUTTON8"> |
| 178 | + <newseq type="standard">NONE</newseq> |
| 179 | + </port> |
| 180 | + </input> |
| 181 | + </system> |
| 182 | + |
| 183 | +</mameconfig> |
0 commit comments