Added tomee_snes_adapter.ini config file.

This commit is contained in:
Adam Graman 2021-04-20 22:21:51 -04:00 committed by Maschell
parent bfc2234658
commit edab35931a
1 changed files with 17 additions and 0 deletions

17
tomee_snes_adapter.ini Normal file
View File

@ -0,0 +1,17 @@
[vid=0x1d57,pid=0x0020]
VPAD_BUTTON_A = 0x05,0x2F
VPAD_BUTTON_B = 0x05,0x1F
VPAD_BUTTON_X = 0x05,0x8F
VPAD_BUTTON_Y = 0x05,0x4F
VPAD_BUTTON_PLUS = 0x06,0x08
VPAD_BUTTON_MINUS = 0x06,0x04
VPAD_BUTTON_L = 0x06,0x01
VPAD_BUTTON_R = 0x06,0x02
DPAD_MODE = DPAD_Absolute_2Values
VPAD_BUTTON_DPAD_ABS_LEFT = 0x00,0x00
VPAD_BUTTON_DPAD_ABS_RIGHT = 0x00,0xFF
VPAD_BUTTON_DPAD_ABS_UP = 0x01,0x00
VPAD_BUTTON_DPAD_ABS_DOWN = 0x01,0xFF