zodiack.cpp: add bonus life DIP switches (MT08236) (#9397)

This commit is contained in:
Steven Coomber 2022-03-12 21:03:43 +00:00 committed by GitHub
parent 3b52af1d1c
commit 7c85af71db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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