Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #83479
    electromaster64
    Participant

    Where do I map a button for insert coin for Neo Geo? I mapped all controls in /opt/retropie/configs/all/retroarch.cfg but do not remember seeing anything for coin. Also I was under the impression that this was for AES not the arcade. Any help is appreciated.

    #83483
    Floob
    Member

    Assuming you are using fba to run Neo Geo:

    I set my select button which adds credits here (depends on your control pad for the right number)
    /opt/retropie/emulators/pifba/fba2x.cfg

    [Joystick]
    # Get codes from "jstest /dev/input/js0"
    # from package "joystick"
    A_1=0
    B_1=1
    X_1=2
    Y_1=3
    L_1=4
    R_1=5
    START_1=7
    SELECT_1=6
    #Joystick axis
    JA_LR=0
    JA_UD=1
    #83504
    electromaster64
    Participant

    So whatever button you map to select is the add coin button? I did that for a keyboard, both player 1&2, but it didn’t work. I saw in the file that keyboard is disabled by default how do I enable it? I am using an Ultimarc Mini Pac.

    #83509
    electromaster64
    Participant

    Ok figured out what # Get codes from /usr/include/SDL/SDL_keysym.h meant it works now!

    #83511
    electromaster64
    Participant

    How do I turn off the start+select exits emulator function?

    #83515
    michael
    Participant

    Just saw this, i’m running an iPAC keyboard emulator mapped to a standard set of neo jeo arcade buttons (added dedicated buttons for coin). If you want to disable the escape function just add a # in front of that line. How do you plan to exit out of the emulator?

    [Keyboard]
    # Get codes from /usr/include/SDL/SDL_keysym.h
    # Using default Mame key mapping
    A_1=306 #LeftControl
    B_1=32 #Space
    X_1=308 #LeftAlt
    Y_1=304 #LeftShift
    L_1=122 #z
    R_1=120 #x
    START_1=49 #1
    SELECT_1=53 #5
    LEFT_1=276 #Left
    RIGHT_1=275 #Right
    UP_1=273 #Up
    DOWN_1=274 #Down
    <strong>QUIT=27 #Escape
    </strong>#player 2 keyboard controls, disabled by default
    A_2=97 #a
    B_2=113 #q
    X_2=115 #s
    Y_2=119 #w
    L_2=101 #e
    R_2=116 #t
    START_2=50 #2
    SELECT_2=54 #6
    LEFT_2=100 #d
    RIGHT_2=103 #g
    UP_2=114 #r
    DOWN_2=102 #f
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.