summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/rulechan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/rulechan.cpp')
-rw-r--r--src/mame/drivers/rulechan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/rulechan.cpp b/src/mame/drivers/rulechan.cpp
index 53c13e5a540..08ee4c57b68 100644
--- a/src/mame/drivers/rulechan.cpp
+++ b/src/mame/drivers/rulechan.cpp
@@ -697,7 +697,7 @@ static INPUT_PORTS_START( rulechan )
PORT_DIPNAME( 0x02, 0x00, "Repite" ) PORT_DIPLOCATION("DSW:2")
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPNAME( 0x04, 0x04, "Demo" ) PORT_DIPLOCATION("DSW:3")
+ PORT_DIPNAME( 0x04, 0x00, "Demo" ) PORT_DIPLOCATION("DSW:3")
PORT_DIPSETTING( 0x04, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x08, 0x00, "Acceso" ) PORT_DIPLOCATION("DSW:4")