From e4f37519d4ee1b5c77af3336f3d59a8cc67711d5 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Mon, 2 Sep 2013 22:08:49 +0000 Subject: [PATCH] freekick.c: Minor doc update about the Sega setting enabling Japanese text on the "continue" screen - NW --- src/mame/drivers/freekick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/freekick.c b/src/mame/drivers/freekick.c index bbffd9e5aba..2644a812e0a 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") + 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" )