summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-06-24 21:27:55 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-06-24 21:27:55 +0000
commit382836feea47ee661b8028f7e077fc8689448c83 (patch)
tree2f25850d1ff0fccf6ca5106e41112fb1906c0c4f
parent1ab9a6bd4096d3caa9c58c4dcf2185996f858343 (diff)
01851: 3kokushi: demo sounds dip reversed
-rw-r--r--src/mame/drivers/metro.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/metro.c b/src/mame/drivers/metro.c
index c507131f5b8..4a4b575d4b6 100644
--- a/src/mame/drivers/metro.c
+++ b/src/mame/drivers/metro.c
@@ -3524,9 +3524,9 @@ static INPUT_PORTS_START( 3kokushi )
PORT_DIPNAME( 0x0040, 0x0040, DEF_STR( Flip_Screen ) )
PORT_DIPSETTING( 0x0040, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
- PORT_DIPNAME( 0x0080, 0x0080, DEF_STR( Demo_Sounds ) )
- PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
- PORT_DIPSETTING( 0x0080, DEF_STR( On ) )
+ PORT_DIPNAME( 0x0080, 0x0000, DEF_STR( Demo_Sounds ) )
+ PORT_DIPSETTING( 0x0080, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_DIPNAME( 0x0300, 0x0300, DEF_STR( Difficulty ) ) // Timer speed
PORT_DIPSETTING( 0x0200, DEF_STR( Easy ) ) // Slow
PORT_DIPSETTING( 0x0300, DEF_STR( Normal ) ) // Normal