mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
r2dtank.cpp: add bonus life DIP switch (MT08250) (#9424)
This commit is contained in:
parent
2286907248
commit
cb3f5299d6
@ -391,9 +391,9 @@ static INPUT_PORTS_START( r2dtank )
|
||||
PORT_DIPNAME( 0x04, 0x04, DEF_STR( Unknown ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Unknown ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Bonus_Life ) )
|
||||
PORT_DIPSETTING( 0x08, DEF_STR( None ) )
|
||||
PORT_DIPSETTING( 0x00, "5000" )
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Lives ) )
|
||||
PORT_DIPSETTING( 0x00, "3" )
|
||||
PORT_DIPSETTING( 0x10, "4" )
|
||||
|
Loading…
Reference in New Issue
Block a user