hh_sm510: Add cheat for trsrescue and trthuball (#8668)

This commit is contained in:
algestam 2021-10-18 15:00:23 +02:00 committed by GitHub
parent 6ece233327
commit 9b9999090a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9227,6 +9227,11 @@ static INPUT_PORTS_START( trsrescue )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_START1 ) PORT_CHANGED_CB(input_changed) PORT_NAME("Game A")
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_SELECT ) PORT_CHANGED_CB(input_changed) PORT_NAME("Time")
PORT_START("B")
PORT_CONFNAME( 0x01, 0x01, "Infinite Lives (Cheat)") // factory test, unpopulated on PCB
PORT_CONFSETTING( 0x01, DEF_STR( Off ) )
PORT_CONFSETTING( 0x00, DEF_STR( On ) )
PORT_START("ACL")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_SERVICE1 ) PORT_CHANGED_CB(acl_button) PORT_NAME("ACL")
INPUT_PORTS_END