Homepage Forums RetroPie Project New to RetroPie? Start Here! Need help with rompath for lr-mame2003 or lr-mame2010 Reply To: Need help with rompath for lr-mame2003 or lr-mame2010

#119652
joyrider3774
Participant

[quote=119600]<p abp=”799″>I’ve tried everything, configure in emulationstation only keyboard, only pad, first keyboard and then pad and viceverse, and no work.

<p abp=”800″>It seems that both keyboard and pad are retropad 1. So what I need is that my pad was retropad 2.

[/quote]

this is what i have in my retroarch.cfg for my gamepad (ps3 one) and keyboard. Basically i switched my keyboard to be joystick index 0 (first pad) and my keyboard to be joystick index 1 (second pad) the rest of the confiruation needs to be done in mame itselve using tab / escape en assignments to buttons


input_player1_joypad_index = "1"
input_player1_a = shift
input_player1_b = z
input_player1_y = alt
input_player1_x = ctrl
input_player1_start = s
input_player1_select = c
input_player1_l = space
input_player1_r = x
input_player1_left = left
input_player1_right = right
input_player1_up = up
input_player1_down = down
# input_player1_l2 =
# input_player1_r2 =
# input_player1_l3 =
# input_player1_r3 =

input_player2_joypad_index = "0"
input_player2_analog_dpad_mode = "1"
input_player2_b_btn = "3"
input_player2_y_btn = "1"
input_player2_select_btn = "8"
input_player2_start_btn = "9"
input_player2_a_btn = "0"
input_player2_x_btn = "2"
input_player2_l_btn = "4"
input_player2_r_btn = "5"
input_player2_l2_btn = "6"
input_player2_r2_btn = "7"
input_player2_l3_btn = "10"
input_player2_r3_btn = "11"
input_player2_l_x_plus_axis = "+0"
input_player2_l_x_minus_axis = "-0"
input_player2_l_y_plus_axis = "+1"
input_player2_l_y_minus_axis = "-1"
input_player2_r_x_plus_axis = "+2"
input_player2_r_x_minus_axis = "-2"
input_player2_r_y_plus_axis = "+3"
input_player2_r_y_minus_axis = "-3"