mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
drgnbstr: allow continue dsw was wrong way around
This commit is contained in:
parent
fc6c55f1fb
commit
1d3bb20bc8
@ -578,9 +578,9 @@ static INPUT_PORTS_START( drgnbstr )
|
|||||||
PORT_SERVICE_DIPLOC( 0x80, IP_ACTIVE_LOW, "SWA:1" )
|
PORT_SERVICE_DIPLOC( 0x80, IP_ACTIVE_LOW, "SWA:1" )
|
||||||
|
|
||||||
PORT_START("DSWB")
|
PORT_START("DSWB")
|
||||||
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SWB:8") // Does not work?
|
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SWB:8") // When vitality is under 32
|
||||||
PORT_DIPSETTING( 0x01, DEF_STR( No ) )
|
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
|
||||||
PORT_DIPSETTING( 0x00, DEF_STR( Yes ) )
|
PORT_DIPSETTING( 0x01, DEF_STR( Yes ) )
|
||||||
PORT_DIPNAME( 0x02, 0x02, "Bonus Level" ) PORT_DIPLOCATION("SWB:7") // Clear Round
|
PORT_DIPNAME( 0x02, 0x02, "Bonus Level" ) PORT_DIPLOCATION("SWB:7") // Clear Round
|
||||||
PORT_DIPSETTING( 0x00, "Partial" )
|
PORT_DIPSETTING( 0x00, "Partial" )
|
||||||
PORT_DIPSETTING( 0x02, "Full" )
|
PORT_DIPSETTING( 0x02, "Full" )
|
||||||
|
Loading…
Reference in New Issue
Block a user