summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-05-26 11:45:39 +0000
committer davidhay <davidhay@localhost>2008-05-26 11:45:39 +0000
commitcb307248db722ffae36c3625c4ec0b1acb9268e2 (patch)
treeff3952cddd109cf5d9454cc5f29fd7be6eccbe93
parent1578ea3d8b6281889473b00ea25b67bd16b91c76 (diff)
same in segae.c .. looks like a wide-spread copy+paste error?
i'm just fixing these as I come across them, playing games :-p
-rw-r--r--src/mame/drivers/segae.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/segae.c b/src/mame/drivers/segae.c
index 051e9c246c6..e991c57a5ca 100644
--- a/src/mame/drivers/segae.c
+++ b/src/mame/drivers/segae.c
@@ -1700,8 +1700,8 @@ static INPUT_PORTS_START( tetrisse ) /* Used By Tetris */
PORT_DIPNAME( 0x02, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW2:2")
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
- PORT_DIPUNUSED_DIPLOC( 0x40, 0x40, "SW2:3" )
- PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW2:4" )
+ PORT_DIPUNUSED_DIPLOC( 0x04, 0x04, "SW2:3" )
+ PORT_DIPUNUSED_DIPLOC( 0x08, 0x08, "SW2:4" )
PORT_DIPNAME( 0x30, 0x30, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW2:5,6")
PORT_DIPSETTING( 0x20, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x30, DEF_STR( Normal ) )