mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
sfkick.cpp - Sort bonus - Been a while ;-p - NW
This commit is contained in:
parent
df561a2a79
commit
94fbd0f947
@ -546,10 +546,10 @@ static INPUT_PORTS_START( sfkick )
|
||||
PORT_DIPSETTING( 0x01, "3" )
|
||||
PORT_DIPSETTING( 0x00, "5" )
|
||||
PORT_DIPNAME( 0x82, 0x02, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:5,6")
|
||||
PORT_DIPSETTING( 0x82, DEF_STR( None ) )
|
||||
PORT_DIPSETTING( 0x00, "Every 50,000" )
|
||||
PORT_DIPSETTING( 0x80, "Every 20,000" )
|
||||
PORT_DIPSETTING( 0x02, "20,000 & 50,000" )
|
||||
PORT_DIPSETTING( 0x00, "Every 50,000" )
|
||||
PORT_DIPSETTING( 0x82, DEF_STR( None ) )
|
||||
PORT_DIPNAME( 0x0c, 0x08, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:7,8")
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( Easy ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Normal ) )
|
||||
|
Loading…
Reference in New Issue
Block a user