taito_l.cpp: correct bonus life DIP switch for raimais, raimaisj, raimaisjo (MT08244) (#9381)

This commit is contained in:
Steven Coomber 2022-03-09 21:24:12 +00:00 committed by GitHub
parent 18eb8f756a
commit 6eb7e25d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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