Not supposed to have PORT_IMPULSE (nw)

This commit is contained in:
angelosa 2017-08-12 23:55:29 +02:00
parent f08c4a156e
commit fcfc40c319

View File

@ -483,7 +483,7 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( bang )
PORT_START("P1")
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_IMPULSE(1) PORT_PLAYER(1)
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(1)
PORT_START("P2")
PORT_BIT( 0x0080, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)