From bc3895fa7467fd33ccd0b87d5e9ffd8b52dfd587 Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Mon, 22 Jul 2013 15:51:13 +0000 Subject: [PATCH] thepit.c: David figured out the Cabinet dipswitch so change the comment - NW --- 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 638e1d10075..cf69f5eaece 100644 --- a/src/mame/drivers/thepit.c +++ b/src/mame/drivers/thepit.c @@ -325,7 +325,7 @@ static INPUT_PORTS_START( desertdn ) PORT_DIPNAME( 0x10, 0x00, DEF_STR( Cabinet ) ) PORT_DIPSETTING( 0x10, DEF_STR( Cocktail ) ) PORT_DIPSETTING( 0x00, DEF_STR( Upright ) ) - PORT_DIPNAME( 0x20, 0x00, DEF_STR( Unknown ) ) /* Cabinet Type or Bonus ?? */ + PORT_DIPNAME( 0x20, 0x00, DEF_STR( Unknown ) ) /* Bonus ?? */ PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) PORT_DIPSETTING( 0x20, DEF_STR( On ) ) PORT_DIPNAME( 0x40, 0x00, "Timer Speed" )