mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
misc/4enraya.cpp: Labelled DIP switch on bit 1 (0x02) as unknown. (#13185)
Was previously labelled Demo Sounds, but it does not disable sounds in attract mode.
This commit is contained in:
parent
673583d2ab
commit
c17a255466
@ -432,9 +432,7 @@ static INPUT_PORTS_START( 4enraya )
|
||||
PORT_DIPNAME( 0x01, 0x01, "Speed" ) PORT_DIPLOCATION("SW1:1")
|
||||
PORT_DIPSETTING( 0x01, "Slow" )
|
||||
PORT_DIPSETTING( 0x00, "Fast" )
|
||||
PORT_DIPNAME( 0x02, 0x00, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:2")
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
|
||||
PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x02, "SW1:2" ) //It was identified with "Demo Sound", but not worked
|
||||
PORT_DIPNAME( 0x04, 0x04, "Pieces" ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x04, "30" )
|
||||
PORT_DIPSETTING( 0x00, "16" )
|
||||
|
Loading…
Reference in New Issue
Block a user