mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
zodiack.cpp: add bonus life DIP switches (MT08236) (#9397)
This commit is contained in:
parent
3b52af1d1c
commit
7c85af71db
@ -457,12 +457,11 @@ static INPUT_PORTS_START( bounty )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( 1C_2C ) )
|
||||
PORT_DIPSETTING( 0x0c, DEF_STR( Free_Play ) )
|
||||
PORT_DIPNAME( 0x10, 0x00, DEF_STR( Unknown ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x10, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x20, 0x00, DEF_STR( Unknown ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x30, 0x00, DEF_STR( Bonus_Life ) )
|
||||
PORT_DIPSETTING( 0x00, "20k 100k" )
|
||||
PORT_DIPSETTING( 0x10, "40k 100k" )
|
||||
PORT_DIPSETTING( 0x20, "20k 200k" )
|
||||
PORT_DIPSETTING( 0x30, "40k 200k" )
|
||||
PORT_DIPNAME( 0x40, 0x40, DEF_STR( Cabinet ) )
|
||||
PORT_DIPSETTING( 0x40, DEF_STR( Upright ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Cocktail ) )
|
||||
|
Loading…
Reference in New Issue
Block a user