#98929
luisfabiano
Participant

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