From 55d8157c14179a5e1dfda2258ea579fd605cd034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Wed, 23 Oct 2013 15:55:58 +0000 Subject: [PATCH] and a broken dipswitcgh --- src/mame/drivers/thepit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/thepit.c b/src/mame/drivers/thepit.c index 1ceca09a09a..a1f12666279 100644 --- a/src/mame/drivers/thepit.c +++ b/src/mame/drivers/thepit.c @@ -547,7 +547,7 @@ static INPUT_PORTS_START( suprmous ) //PORT_DIPSETTING( 0x10, "5" ) //PORT_DIPSETTING( 0x18, "5" ) PORT_DIPNAME( 0x20, 0x00, DEF_STR( Bonus_Life ) ) - PORT_DIPSETTING( 0x10, "5000" ) + PORT_DIPSETTING( 0x20, "5000" ) PORT_DIPSETTING( 0x00, "10000" ) PORT_DIPNAME( 0x40, 0x00, DEF_STR( Cabinet ) ) PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )