I'm also stuck with the configuration...
I own a generic cheap SNES USB gamepad (from ebay or aliexpress), they work well, but I can't configure correctly the two extra buttons for playing with the Genesis core.
In my mist.in I have:
Code: Select all
joystick_remap=0810,E501,1,2,4,8,20,10,20,10,400,800,40,80,40,80
It works OK, except the X (0x100) and Y (0x200) buttons are mapped to A (0x10) and B (0x20) (A and B buttons are working well too).
Select (0x40) and Start (0x80) are working fine too.
If I change only the 7the and the 10th values, assigning the X and Y buttons, then I get the X and Y buttons to work
Code: Select all
joystick_remap=0810,E501,1,2,4,8,100,10,20,200,400,800,40,80,40,80
The problem is now my Start button is correctly detected when I press it (same place as before), but is no longer assigned to start.
I've tried to compile HID replay on Linux, but I get an error.