mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
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:
parent
9dc6e2a5cc
commit
ee7656dbb2
@ -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" )
|
||||||
|
Loading…
Reference in New Issue
Block a user