mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
From: RansAckeR
Subject: fix for stadhero0122u3gra.diff "stadhero.c stadhero: 2nd unknown dip is demo sounds on/off."
This commit is contained in:
parent
b070e5784b
commit
5fceb8502c
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user