summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-02-25 16:27:32 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-02-25 16:27:32 +0100
commitb00d98017462915ea3a930f2202c0f6c0fae1c5f (patch)
treeeb8fc041887c52cac1915b06afcca260c06b57cb /src/mame/drivers
parent0a6f7fd033c36bb5de9fcf4b43f2417e37584970 (diff)
nbmj8991.cpp: updated yesterday's commit to default all dips to off (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/nbmj8991.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/nbmj8991.cpp b/src/mame/drivers/nbmj8991.cpp
index 200a133e54c..d58ccebdced 100644
--- a/src/mame/drivers/nbmj8991.cpp
+++ b/src/mame/drivers/nbmj8991.cpp
@@ -719,7 +719,7 @@ static INPUT_PORTS_START( hyouban )
PORT_DIPSETTING( 0x02, "70%" )
PORT_DIPSETTING( 0x01, "65%" )
PORT_DIPSETTING( 0x00, "60% (Hard)" )
- PORT_DIPNAME( 0x08, 0x00, "Last Chance" ) PORT_DIPLOCATION("DSWA:4")
+ PORT_DIPNAME( 0x08, 0x08, "Last Chance" ) PORT_DIPLOCATION("DSWA:4")
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x10, 0x10, "W Bet" ) PORT_DIPLOCATION("DSWA:5")
@@ -752,10 +752,10 @@ static INPUT_PORTS_START( hyouban )
PORT_DIPNAME( 0x20, 0x20, "Bet1 Only" ) PORT_DIPLOCATION("DSWB:6")
PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x40, 0x00, "Score Pool" ) PORT_DIPLOCATION("DSWB:7")
+ PORT_DIPNAME( 0x40, 0x40, "Score Pool" ) PORT_DIPLOCATION("DSWB:7")
PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x80, 0x00, "Odds Number" ) PORT_DIPLOCATION("DSWB:8")
+ PORT_DIPNAME( 0x80, 0x80, "Odds Number" ) PORT_DIPLOCATION("DSWB:8")
PORT_DIPSETTING( 0x00, "A" )
PORT_DIPSETTING( 0x80, "B" )