summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Steven Coomber <81829553+scoomby@users.noreply.github.com>2021-09-29 11:40:03 +0100
committer GitHub <noreply@github.com>2021-09-29 12:40:03 +0200
commit2c92e03e9e16664b90e4e2b3cfcc5548ea7adc7b (patch)
tree9406a7282158c69070e85d2b51d9ae472a9992b3
parent18188c7191948371b713634acbd99cdd8684fd86 (diff)
champbas.cpp updated unknown dip switches for Talbot (MT#08093) (#8629)
-rw-r--r--src/mame/drivers/champbas.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/champbas.cpp b/src/mame/drivers/champbas.cpp
index 76d74bf4829..57b17b0b351 100644
--- a/src/mame/drivers/champbas.cpp
+++ b/src/mame/drivers/champbas.cpp
@@ -329,8 +329,11 @@ static INPUT_PORTS_START( talbot )
PORT_DIPSETTING( 0x04, "4" )
PORT_DIPSETTING( 0x08, "5" )
PORT_DIPSETTING( 0x0c, "6" )
- PORT_DIPUNKNOWN( 0x10, 0x10 )
- PORT_DIPUNKNOWN( 0x20, 0x20 )
+ PORT_DIPNAME( 0x30, 0x30, "Rabbits to Capture" )
+ PORT_DIPSETTING( 0x00, "4" )
+ PORT_DIPSETTING( 0x10, "5" )
+ PORT_DIPSETTING( 0x20, "6" )
+ PORT_DIPSETTING( 0x30, "8" )
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Cabinet ) )
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
PORT_DIPSETTING( 0x40, DEF_STR( Cocktail ) )