Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • luisfabiano
    Participant
    Post count: 5

    Hi folks,

    Does anybody know how to configure 2 controller schemas for Capcom and Neogeo?

    I tried to duplicate FBA, but the cloned FBA does not take its settings, but the original one.

    Any idea?

    herbfargus
    Member
    Post count: 1858

    https://github.com/retropie/RetroPie-Setup/wiki/Neo-Geo

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

    [Joystick]
    # Get codes from "jstest /dev/input/js0"
    # from package "joystick"
    A_1=3
    B_1=1
    X_1=2
    Y_1=0
    L_1=4
    R_1=5
    START_1=9
    SELECT_1=8
    #Joystick axis
    JA_LR=0
    JA_UD=1
    #player 2 button configuration
    A_2=3
    B_2=1
    X_2=2
    Y_2=0
    L_2=4
    R_2=5
    START_2=9
    SELECT_2=8
    #Joystick axis
    JA_LR=0
    JA_UD=1
    luisfabiano
    Participant
    Post count: 5

    I think I wasn’t clear enough…

    I was asking about creating different schemas, 1 for Capcom and another for Neogeo. For instance:

    # Capcom:
    #player 1 button configuration
    A_1=3
    B_1=1
    X_1=2
    Y_1=0
    L_1=4
    R_1=5
    START_1=9
    SELECT_1=8

    # Neogeo
    #player 1 button configuration
    A_1=1
    B_1=2
    X_1=3
    Y_1=4
    L_1=5
    R_1=6
    START_1=9
    SELECT_1=8

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