summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/subsino.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/subsino.cpp')
-rw-r--r--src/mame/drivers/subsino.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mame/drivers/subsino.cpp b/src/mame/drivers/subsino.cpp
index 682981fd2b5..4de5cf8ea5e 100644
--- a/src/mame/drivers/subsino.cpp
+++ b/src/mame/drivers/subsino.cpp
@@ -1636,15 +1636,15 @@ static INPUT_PORTS_START( stbsub )
PORT_DIPNAME( 0x10, 0x10, "Double-Up Game" ) PORT_DIPLOCATION("SW4:5")
PORT_DIPSETTING( 0x10, "Dancers / Panties Colors" )
PORT_DIPSETTING( 0x00, "Cards / Seven-Bingo" )
- PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:6")
- PORT_DIPSETTING( 0x20, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:7")
- PORT_DIPSETTING( 0x40, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x80, 0x80, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:8")
- PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x00, DEF_STR( On ) )
+ PORT_DIPNAME( 0xe0, 0xe0, "Clear Ticket Unit" ) PORT_DIPLOCATION("SW4:6,7,8")
+ PORT_DIPSETTING( 0x00, "500" )
+ PORT_DIPSETTING( 0x20, "100" )
+ PORT_DIPSETTING( 0x40, "50" )
+ PORT_DIPSETTING( 0x60, "25" )
+ PORT_DIPSETTING( 0x80, "20" )
+ PORT_DIPSETTING( 0xa0, "10" )
+ PORT_DIPSETTING( 0xc0, "5" )
+ PORT_DIPSETTING( 0xe0, "1" )
PORT_START("INA")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN )