rm -r /home/pi/pimame/emulators/mam4all-pi/roms
ln -s /home/pi/pimame/roms/mame4all /home/pi/pimame/emulators/mame4all-pi/roms
JOYSTICK:
HORIZONTAL_AXIS: 6
VERTICAL_AXIS: 7
DIRECTIONAL:
LEFT: -1
RIGHT: 1
UP: -1
DOWN: 1
BUTTONS:
SELECT: 7
BACK: 6
MENU: 8
Quit: [6,7]
KEYBOARD:
UP:
- pygame.K_UP
- pygame.K_KP8
- pygame.K_w
DOWN:
- pygame.K_DOWN
- pygame.K_KP2
- pygame.K_s
LEFT:
- pygame.K_LEFT
- pygame.K_KP4
- pygame.K_a
RIGHT:
- pygame.K_RIGHT
- pygame.K_KP6
- pygame.K_d
SELECT:
- pygame.K_RETURN
- pygame.K_SPACE
- pygame.K_KP_ENTER
BACK:
- pygame.K_ESCAPE
- pygame.K_j
MENU:
- pygame.K_TAB
- pygame.K_n
QUIT:
- "[pygame.K_LCTRL, pygame.K_q]"
- "[pygame.K_n, pygame.K_j]"
OPTIONS:
AXIS_DRIFT_TOLERANCE: .9
jstest /dev/input/js0
Joystick (MY-POWER CO.,LTD. Mayflash Arcade Stick) has 4 axes (X, Y, Hat0X, Hat0Y)
and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4, BaseBtn5, BaseBtn6).
Testing ... (interrupt to exit)
Axes: 0:-32767 1:-32767 2: 0 3: 0 Buttons: 0:off 1:off 2:off 3:off 4:off 5:off 6:off 7:off 8:off 9:off 10:off 11:off
JOYSTICK:
HORIZONTAL_AXIS: 2
VERTICAL_AXIS: 3
DIRECTIONAL:
LEFT: -1
RIGHT: 1
UP: -1
DOWN: 1
BUTTONS:
SELECT: 0
BACK: 1
MENU: 2
Quit: [1,2]
It looks like you're new here. If you want to get involved, click one of these buttons!