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:
Uncle Petros 2025-01-07 18:52:35 +01:00 committed by GitHub
parent 673583d2ab
commit c17a255466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" )