mirror of
https://github.com/holub/mame
synced 2025-06-21 19:56:53 +03:00
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:
parent
bbf22ed3b6
commit
e369df85ea
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user