#2639
psymondk
Participant

I’ve been messing with this problem all day.

I’m not using a SNES controller, but a cheap Twin USB controller (this one: http://www.amazon.co.uk/dp/B006AAM55W/ref=pe_385721_37038051_pe_217191_31005151_3p_M3T1_dp_1)

It works flawlessly in emulationstation and in SNES games, my retroarch.cfg file got this input:

input_player1_joypad_index = “0”
input_player1_b_btn = “2”
input_player1_y_btn = “3”
input_player1_select_btn = “8”
input_player1_start_btn = “9”
input_player1_up_axis = “-3”
input_player1_down_axis = “+3”
input_player1_left_axis = “-2”
input_player1_right_axis = “+2”
input_player1_a_btn = “1”
input_player1_x_btn = “0”
input_player1_l_btn = “4”
input_player1_r_btn = “5”
input_player1_l2_btn = “6”
input_player1_r2_btn = “7”

input_player2_joypad_index = “1”
input_player2_b_btn = “2”
input_player2_y_btn = “3”
input_player2_select_btn = “8”
input_player2_start_btn = “9”
input_player2_up_axis = “-3”
input_player2_down_axis = “+3”
input_player2_left_axis = “-2”
input_player2_right_axis = “+2”
input_player2_a_btn = “1”
input_player2_x_btn = “0”
input_player2_l_btn = “4”
input_player2_r_btn = “5”
input_player2_l2_btn = “6”
input_player2_r2_btn = “7”

input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”

and both controllers works.

But in megadrive and master system nothing works :(

i’ve tried figureing out how to get it to work, but nothing i try makes it work as inteded. My R2 button works as start, and it seems that my a, b and x works like the same button.
Even with the keyboard stuff turned off with # the keyboard arrows works fine, but the gamepads d-pad don’t work at all.

This is my current dgenrc joypad conf part.

joy_pad1_up = joistick0-axis-3-min
joy_pad1_down = joistick0-axis-3-max
joy_pad1_left = joistick0-axis-2-min
joy_pad1_right = joistick0-axis-2-max
joy_pad1_a = joistick0-button2
joy_pad1_b = joistick0-button3
joy_pad1_c = joistick0-button1
joy_pad1_x = joistick0-button0
joy_pad1_y = joistick0-button6
joy_pad1_z = joistick0-button7
joy_pad1_mode = joistick0-button8
joy_pad1_start = joistick0-button9

I tried to do input assign through the graphical setup in emulationstation, but when trying to save the file, all i get is
“Script error” [A]

any help is greatly appreciated!