r2dtank.cpp: update Bonus Life DIP switch label (MT08250) (#9577)

I have tested and confirmed jkburks finding with this DIP switch.  I am still working on the missing "Number of Shots" DIP switch separately.
This commit is contained in:
Steven Coomber 2022-04-17 23:07:14 +01:00 committed by GitHub
parent 9dc6e2a5cc
commit ee7656dbb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -391,9 +391,9 @@ static INPUT_PORTS_START( r2dtank )
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) ) PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )
PORT_DIPSETTING( 0x04, DEF_STR( Off ) ) PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Bonus_Life ) ) PORT_DIPNAME( 0x08, 0x08, DEF_STR( Bonus_Life ) )
PORT_DIPSETTING( 0x08, DEF_STR( None ) )
PORT_DIPSETTING( 0x00, "5000" ) PORT_DIPSETTING( 0x00, "5000" )
PORT_DIPSETTING( 0x08, "10000" )
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Lives ) ) PORT_DIPNAME( 0x10, 0x00, DEF_STR( Lives ) )
PORT_DIPSETTING( 0x00, "3" ) PORT_DIPSETTING( 0x00, "3" )
PORT_DIPSETTING( 0x10, "4" ) PORT_DIPSETTING( 0x10, "4" )