mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
popeye.cpp: Fix syntax error (nw)
This commit is contained in:
parent
856b3d09df
commit
b9afd65e35
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user