summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-17 05:52:19 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-17 05:52:19 +0000
commit5fceb8502c905776f2846ab3a67e1f0fd85f63e9 (patch)
tree9145ae52decbb1d94cf4acddce44b5b1b05e9bba
parentb070e5784bffd4d3ae9de48f518b5b3f49c088b5 (diff)
From: RansAckeR
Subject: fix for stadhero0122u3gra.diff "stadhero.c stadhero: 2nd unknown dip is demo sounds on/off."
-rw-r--r--src/mame/drivers/stadhero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/stadhero.c b/src/mame/drivers/stadhero.c
index f35c64d7d33..52a30ca1fab 100644
--- a/src/mame/drivers/stadhero.c
+++ b/src/mame/drivers/stadhero.c
@@ -177,7 +177,7 @@ static INPUT_PORTS_START( stadhero )
PORT_DIPSETTING( 0x04, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x0c, DEF_STR( 1C_1C ) )
PORT_DIPSETTING( 0x08, DEF_STR( 1C_2C ) )
- PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )
+ PORT_DIPNAME( 0x10, 0x00, DEF_STR( Demo_Sounds ) )
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )