From 496b9ae4448ca594ff52bebe38cbc8ac0d71ffcd Mon Sep 17 00:00:00 2001 From: davidhay Date: Thu, 22 May 2008 07:22:59 +0000 Subject: [PATCH] change default dip.. common coinslot mode seems broken, or our code is wrong. --- src/mame/drivers/onetwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/onetwo.c b/src/mame/drivers/onetwo.c index 3358bbe86b0..eb9c24bbaf1 100644 --- a/src/mame/drivers/onetwo.c +++ b/src/mame/drivers/onetwo.c @@ -183,7 +183,7 @@ static INPUT_PORTS_START( onetwo ) 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_DIPNAME( 0x04, 0x04, "Coin Chute" ) PORT_DIPLOCATION("SW2:3") + PORT_DIPNAME( 0x04, 0x00, "Coin Chute" ) PORT_DIPLOCATION("SW2:3") PORT_DIPSETTING( 0x04, "Common" ) PORT_DIPSETTING( 0x00, "Separate" ) PORT_DIPNAME( 0x08, 0x08, "Nude Pictures" ) PORT_DIPLOCATION("SW2:4")