Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cyborguk
    Participant
    Post count: 62

    I can’t seem to get my exit button to work for NeoGeo using the pifba emulator

    My bartop uses button 8 normally and all other buttins are fine. Esc on the keyboard works though.

    /opt/retropie/emulators/pifba/fba2x.cfg

    [Keyboard]
    # Get codes from /usr/include/SDL/SDL_keysym.h
    A_1=306
    B_1=32
    X_1=308
    Y_1=304
    L_1=122
    R_1=120
    START_1=13
    SELECT_1=9
    LEFT_1=276
    RIGHT_1=275
    UP_1=273
    DOWN_1=274
    QUIT=27

    [Joystick]
    # Get codes from “jstest /dev/input/js0”
    # from package “joystick”
    # Defaults to XBOX 360 Controller

    input_device = “Xin-Mo Xin-Mo Controller”
    input_driver = “udev”

    A_1=1
    B_1=4
    X_1=2
    Y_1=0
    L_1=3
    R_1=5
    START_1=6
    SELECT_1=7
    #Joystick axis
    JA_LR=0
    JA_UD=1

    Quit_1=8
    EXIT_2=8

    #player 2 button configuration
    A_2=1
    B_2=0
    X_2=4
    Y_2=3
    L_2=5
    R_2=2
    START_2=6
    SELECT_2=7
    #Joystick axis
    JA_LR_2=0
    JA_UD_2=1

    Spot any issues?

    petrockblog
    Keymaster
    Post count: 1827

    There is no EXIT_2 – set QUIT in the joystick config area.

    Floob
    Member
    Post count: 1629

    I think your start+select combo should exit the game:
    http://sourceforge.net/projects/pifba/files/

    cyborguk
    Participant
    Post count: 62

    Buzz – EXIT_2=8 is in my config see above

    Floob – I will try the combo but why would that work as they are buttons 6 & 7?

    Thanks all

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.