mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
madshark button note
This commit is contained in:
parent
734bb0628e
commit
bea58e8d37
@ -4309,10 +4309,10 @@ INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( madshark )
|
||||
PORT_START("P1") //Player 1
|
||||
JOY_TYPE1_2BUTTONS(1)
|
||||
JOY_TYPE1_2BUTTONS(1) // BUTTON3 in "test mode" only
|
||||
|
||||
PORT_START("P2") //Player 2
|
||||
JOY_TYPE1_2BUTTONS(2)
|
||||
JOY_TYPE1_2BUTTONS(2) // BUTTON3 in "test mode" only
|
||||
|
||||
PORT_START("COINS") //Coins
|
||||
PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(5)
|
||||
|
Loading…
Reference in New Issue
Block a user