From 4c9ed32cc62ab4dd55e030ae2c14a698e11f4639 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 26 Nov 2017 03:00:43 +1100 Subject: (nw) Fixed the build. --- 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