summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tatsumi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tatsumi.cpp')
-rw-r--r--src/mame/drivers/tatsumi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tatsumi.cpp b/src/mame/drivers/tatsumi.cpp
index 2db25057156..badf319fe19 100644
--- a/src/mame/drivers/tatsumi.cpp
+++ b/src/mame/drivers/tatsumi.cpp
@@ -635,8 +635,8 @@ static INPUT_PORTS_START( cyclwarr )
PORT_DIPNAME( 0x04, 0x04, "Ticket Dispenser" ) PORT_DIPLOCATION("SW2:3")
PORT_DIPSETTING( 0x04, "10000" )
PORT_DIPSETTING( 0x00, "15000" )
- PORT_DIPNAME( 0x18, 0x00, "Machine Type" ) PORT_DIPLOCATION("SW2:4,5")
- PORT_DIPSETTING( 0x00, "2 Players" )
+ PORT_DIPNAME( 0x18, 0x08, "Machine Type" ) PORT_DIPLOCATION("SW2:4,5")
+// PORT_DIPSETTING( 0x00, "2 Players" ) // same as 4 players but text layout is 2p (invalid setting)
PORT_DIPSETTING( 0x08, "2 Players" )
PORT_DIPSETTING( 0x10, "3 Players" )
PORT_DIPSETTING( 0x18, "4 Players" )