taito_f2.cpp: Unused DIP switches are actually a countdown timer (MT#08135) (#8882)

DIP switches SW2:3 & SW2:4 were marked as Unused but are actually a countdown timer.  Refer to MT#08135.
This commit is contained in:
Steven Coomber 2021-11-26 06:35:06 +00:00 committed by GitHub
parent bbf22ed3b6
commit e369df85ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1736,8 +1736,11 @@ static INPUT_PORTS_START( qzquest )
PORT_START("DSWB")
TAITO_DIFFICULTY_LOC(SW2) //??
PORT_DIPUNUSED_DIPLOC( 0x04, 0x04, "SW2:3" )
PORT_DIPUNUSED_DIPLOC( 0x08, 0x08, "SW2:4" )
PORT_DIPNAME( 0x0c, 0x0c, "Countdown Timer" ) PORT_DIPLOCATION("SW2:3,4")
PORT_DIPSETTING( 0x00, "Very Slow" )
PORT_DIPSETTING( 0x04, "Slow" )
PORT_DIPSETTING( 0x0c, "Medium" )
PORT_DIPSETTING( 0x08, "Fast" )
PORT_DIPUNUSED_DIPLOC( 0x10, 0x10, "SW2:5" )
PORT_DIPUNUSED_DIPLOC( 0x20, 0x20, "SW2:6" )
PORT_DIPUNUSED_DIPLOC( 0x40, 0x40, "SW2:7" )