From b9afd65e35cd6fc8ffd46172d7fb0cff681b8d08 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 25 Nov 2017 10:58:16 -0500 Subject: popeye.cpp: Fix syntax error (nw) --- src/mame/drivers/popeye.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/popeye.cpp b/src/mame/drivers/popeye.cpp index eddb549cb68..c67be4ae1ab 100644 --- a/src/mame/drivers/popeye.cpp +++ b/src/mame/drivers/popeye.cpp @@ -283,7 +283,7 @@ static INPUT_PORTS_START( skyskipr ) PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW2:5") PORT_DIPSETTING( 0x10, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x20, 0x20, DEF_STR( Bonus_Life ) PORT_DIPLOCATION("SW2:6") + PORT_DIPNAME( 0x20, 0x20, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:6") PORT_DIPSETTING( 0x20, "15000" ) PORT_DIPSETTING( 0x00, "30000" ) PORT_SERVICE( 0x40, IP_ACTIVE_LOW ) PORT_DIPLOCATION("SW2:7") -- cgit v1.2.3