summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ertictac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ertictac.cpp')
-rw-r--r--src/mame/drivers/ertictac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ertictac.cpp b/src/mame/drivers/ertictac.cpp
index f0c0c2c0d68..aa1ab5139e7 100644
--- a/src/mame/drivers/ertictac.cpp
+++ b/src/mame/drivers/ertictac.cpp
@@ -105,7 +105,7 @@ static INPUT_PORTS_START( ertictac )
PORT_DIPNAME( 0x04, 0x04, "Test Mode" ) PORT_DIPLOCATION("DSW1:1")
PORT_DIPSETTING( 0x04, DEF_STR( No ) )
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
- PORT_DIPNAME( 0x08, 0x00, "Music" ) PORT_DIPLOCATION("DSW1:4")
+ PORT_DIPNAME( 0x08, 0x08, "Music" ) PORT_DIPLOCATION("DSW1:4")
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
PORT_DIPSETTING( 0x08, DEF_STR( Yes ) )
PORT_DIPNAME( 0x30, 0x30, "Game Timing" ) PORT_DIPLOCATION("DSW1:5,6")