I have defined the sticks and buttons in both the menu core as well as the specific arcade core.
My current layout has the buttons as:
Y X L
B A R
The problem comes with some cores like Robotron where I want P1 joystick to be movement and P2 joystick to be shooting directions. No Matter what I try I am unable to map things in this manner.
I have added the following to the Mister.ini file
Code: Select all
; JammaSD/J-PAC/I-PAC keys to joysticks translation
; You have to provide correct VID and PID of your input device
; Examples: Legacy J-PAC with Mini-USB or USB capable I-PAC with PS/2 connectors VID=0xD209/PID=0x0301
; USB Capable J-PAC with only PS/2 connectors VID=0x04B4/PID=0x0101
; JammaSD: VID=0x04D8/PID=0xF3AD
jamma_vid=0xD209
jamma_pid=0x0420
I'm looking for anyone with a working setup to pass along their knowledge so I can get things running correctly. Over my course of trying to get things to work I have been able to attain certain things working correctly independently. But never everything at the same time. Volume up/down works on menu core but not in arcade core etc. Any help or guidance would be greatly appreciated.