popeye.cpp: Fix syntax error (nw)

This commit is contained in:
AJR 2017-11-25 10:58:16 -05:00
parent 856b3d09df
commit b9afd65e35

View File

@ -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")