summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nbmj8991.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nbmj8991.cpp')
-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" )