mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
popeye.cpp: Use port_service_diploc instead (nw)
This commit is contained in:
parent
293cbcbd4b
commit
09d92d8fab
@ -286,7 +286,7 @@ static INPUT_PORTS_START( skyskipr )
|
||||
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")
|
||||
PORT_SERVICE_DIPLOC( 0x40, IP_ACTIVE_LOW, "SW2:7" )
|
||||
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:8")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
|
||||
PORT_DIPSETTING( 0x80, DEF_STR( Cocktail ) )
|
||||
|
Loading…
Reference in New Issue
Block a user