From cb307248db722ffae36c3625c4ec0b1acb9268e2 Mon Sep 17 00:00:00 2001 From: davidhay Date: Mon, 26 May 2008 11:45:39 +0000 Subject: 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 --- src/mame/drivers/segae.c | 4 ++-- 1 file 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 ) ) -- cgit v1.2.3