mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
hh_tms1k: cqback difficulty switch was wrong way around
This commit is contained in:
parent
dc0fe9c309
commit
fae20ea274
@ -1488,9 +1488,9 @@ static INPUT_PORTS_START( cqback )
|
||||
PORT_BIT( 0x02, 0x02, IPT_CUSTOM ) PORT_CONDITION("IN.1", 0x01, EQUALS, 0x00) // run/kick
|
||||
|
||||
PORT_START("IN.2") // K4
|
||||
PORT_CONFNAME( 0x03, 0x02, DEF_STR( Difficulty ) )
|
||||
PORT_CONFSETTING( 0x02, "1" )
|
||||
PORT_CONFSETTING( 0x01, "2" )
|
||||
PORT_CONFNAME( 0x03, 0x01, DEF_STR( Difficulty ) )
|
||||
PORT_CONFSETTING( 0x01, "1" )
|
||||
PORT_CONFSETTING( 0x02, "2" )
|
||||
|
||||
PORT_START("IN.3") // K8
|
||||
PORT_CONFNAME( 0x01, 0x00, "Factory Test" )
|
||||
|
Loading…
Reference in New Issue
Block a user