mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
flagrall needs START1 hooked up for the continue feature, even if it isn't used to start the game (nw)
This commit is contained in:
parent
60f4c6a237
commit
e4f547735f
@ -295,7 +295,7 @@ static INPUT_PORTS_START( flagrall )
|
|||||||
PORT_START("SYSTEM")
|
PORT_START("SYSTEM")
|
||||||
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
|
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||||
PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )
|
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( 0x0008, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
Loading…
Reference in New Issue
Block a user