mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
taito_l.cpp: correct bonus life DIP switch for raimais, raimaisj, raimaisjo (MT08244) (#9381)
This commit is contained in:
parent
18eb8f756a
commit
6eb7e25d7e
@ -539,7 +539,7 @@ static INPUT_PORTS_START( raimais )
|
||||
PORT_START("DSWB")
|
||||
TAITO_DIFFICULTY_LOC(SW2)
|
||||
PORT_DIPNAME( 0x0c, 0x0c, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:3,4")
|
||||
PORT_DIPSETTING( 0x08, "80k and 160k" )
|
||||
PORT_DIPSETTING( 0x08, "Every 80k" )
|
||||
PORT_DIPSETTING( 0x0c, "80k only" )
|
||||
PORT_DIPSETTING( 0x04, "160k only" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( None ) )
|
||||
|
Loading…
Reference in New Issue
Block a user