hh_tms1k: cqback difficulty switch was wrong way around

This commit is contained in:
hap 2021-03-22 23:17:05 +01:00
parent dc0fe9c309
commit fae20ea274

View File

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