How change this on fba2x.cfg? #Joystick axis JA_LR=0 JA_UD=1
My arcade stick left/right/up/down is 7 / 5 / 4 / 6
On this page https://code.google.com/p/pifba/ is written "All controls are configurable by editing the "fba2x.cfg" file. If your joystick uses axis different than 0 and 1 you can change this in the fbax2.cfg file. "
Where is this "fbax2.cfg" file? I can not find it anywhere :(
I think that your joystick might be using a keyboard encoder, that's why you don't have any axis. I would try editing the [keyboard] section to see if you get any results. There are two possibilities to try since it is outputting numbers.
Try this one to test if it's outputting keys from the number row. [Keyboard] LEFT_1=55 RIGHT_1=53 UP_1=52 DOWN_1=54
Try this one to test if it's outputting keys from the 9-key (numeric keypad on the right) [Keyboard] LEFT_1=263 RIGHT_1=261 UP_1=260 DOWN_1=262
do either of you guys know how to configure the 'insert coin' button on a joystick/gamepad? I like its probably staring me in the face, but i cant find it anywhere, not in the readme or the fba2x config...
Is the "Insert Coin" button just a normal button? I'll have a look through the documentation but I don't use FBA often, Sorry. Just try running evtest to work out a bit about the button.