summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/freekick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/freekick.c')
-rw-r--r--src/mame/drivers/freekick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/freekick.c b/src/mame/drivers/freekick.c
index 54a3b0dd045..a698071b29f 100644
--- a/src/mame/drivers/freekick.c
+++ b/src/mame/drivers/freekick.c
@@ -439,7 +439,7 @@ static INPUT_PORTS_START( freekck )
PORT_DIPSETTING( 0x80, "1 Coin/50 Credits" )
PORT_START("DSW3")
- PORT_DIPNAME( 0x01, 0x00, "Manufacturer" ) PORT_DIPLOCATION("SW3:1") /* Set to "Sega" to show Japanese text on the "Continue" screen */
+ PORT_DIPNAME( 0x01, 0x00, "Manufacturer" ) PORT_DIPLOCATION("SW3:1") /* Set to "Sega" to show Japanese text on the "Continue" screen */
PORT_DIPSETTING( 0x00, "Nihon System" )
PORT_DIPSETTING( 0x01, "Sega/Nihon System" )
PORT_DIPUNUSED_DIPLOC( 0x02, 0x02, "SW3:2" )