Merge pull request #1377 from mamehaze/mpu4test3

flagrall needs START1 hooked up for the continue feature, even if it …
This commit is contained in:
Vas Crabb 2016-09-08 13:47:46 +10:00 committed by GitHub
commit dd51df233f

View File

@ -295,7 +295,7 @@ static INPUT_PORTS_START( flagrall )
PORT_START("SYSTEM")
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_START1 ) // needed to use the continue feature even if it's not used to start the game
PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN )