File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1208,6 +1208,20 @@ static void Input_Binding(running_machine &machine)
12081208 Buttons_mapping [4 ]= RETROPAD_L ;
12091209 Buttons_mapping [5 ]= RETROPAD_R ;
12101210 }
1211+ else if (
1212+ (core_stricmp (machine .system ().name , "ddsom" ) == 0 ) ||
1213+ (core_stricmp (machine .system ().parent , "ddsom" ) == 0 )
1214+ )
1215+ {
1216+ /* Capcom CPS-2: Dungeons & Dragons: Shadow over Mystara (same layout of ddtod) */
1217+
1218+ Buttons_mapping [0 ]= RETROPAD_A ;
1219+ Buttons_mapping [1 ]= RETROPAD_B ;
1220+ Buttons_mapping [2 ]= RETROPAD_Y ;
1221+ Buttons_mapping [3 ]= RETROPAD_X ;
1222+ Buttons_mapping [4 ]= RETROPAD_L ;
1223+ Buttons_mapping [5 ]= RETROPAD_R ;
1224+ }
12111225 else if (
12121226 (core_stricmp (machine .system ().parent , "aof" ) == 0 ) ||
12131227 (core_stricmp (machine .system ().parent , "aof2" ) == 0 ) ||
You can’t perform that action at this time.
0 commit comments