Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Anonymous
    Inactive
    Post count: 1

    Hi All,

    I need help setting up my second player controls for MAME. I’m able to add a credit for Player 2, but the Joystick does not work. I need help mapping the second joystick to function. Here’s the code currently in the mame.cfg file

    [frontend]
    #Keyboard controls for frontend only
    # Get codes from /usr/include/SDL/SDL_keysym.h
    K_START=13
    K_SELECT=53
    K_LEFT=276
    K_RIGHT=275
    K_UP=273
    K_DOWN=274
    K_A=306
    K_QUIT=27
    #Joystick controls for frontend only
    J_START=9
    J_SELECT=8
    J_A=0
    AXIS_LR=0
    AXIS_UD=1

    herbfargus
    Member
    Post count: 1858

    Is this mame4all or libretro-imame4all? If its just mame4all can’t you just press tab and edit the configs from that menu?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.