We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5c196 commit 9d25750Copy full SHA for 9d25750
1 file changed
src/osd/retro/retromain.c
@@ -1199,7 +1199,7 @@ static void Input_Binding(running_machine &machine)
1199
(core_stricmp(machine.system().parent, "dynwar") == 0)
1200
)
1201
{
1202
- /* Capcom CPS-1: Dynasty Wars */
+ /* Capcom CPS-1: Dynasty Wars */
1203
1204
Buttons_mapping[0]=RETROPAD_B;
1205
Buttons_mapping[1]=RETROPAD_A;
@@ -1213,7 +1213,7 @@ static void Input_Binding(running_machine &machine)
1213
(core_stricmp(machine.system().parent, "ddsom") == 0)
1214
1215
1216
- /* Capcom CPS-2: Dungeons & Dragons: Shadow over Mystara (same layout of ddtod) */
+ /* 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;
0 commit comments