mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Not supposed to have PORT_IMPULSE (nw)
This commit is contained in:
parent
f08c4a156e
commit
fcfc40c319
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user