1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-11-21 08:35:05 -05:00

Update xarcade_mister.txt

This commit is contained in:
Jarno Lehtinen 2024-10-08 17:49:15 +03:00 committed by GitHub
parent 15db801316
commit 955d820dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@ force set2ext
# /media/fat/MiSTer.ini: # /media/fat/MiSTer.ini:
# jamma_vid=16C0 # jamma_vid=16C0
# jamma_pid=047D # jamma_pid=047D
# then from main menu: "Define Joystick buttons"
# VID = 16C0, PID = 047D. # (P2 buttons will be automatically assigned the same as for P1)
# Connect your modded arcade keyboard to USB and start Menu core, then go to Define Joystick buttons.
# Press any button, and you will see "Keyboard ID: XXXX:YYYY" where XXXX:YYYY is HW identifier of the keyboard. Press ESC to ext from this dialog.
# Now open MiSTer.ini and add following options there:
# jamma_vid=XXXX
# jamma_pid=YYYY
# X-Arcade: # X-Arcade:
# my button layout (doesn't matter how layout is here, because buttons are defined again in MiSTer anyway)
# X Y Z
# A B C
# L R
# UP1 = PAD_8 (0x75) # UP1 = PAD_8 (0x75)
# DOWN1 = PAD_2 (0x72) # DOWN1 = PAD_2 (0x72)
# LEFT1 = PAD_4 (0x6b) # LEFT1 = PAD_4 (0x6b)