madshark button note

This commit is contained in:
Michaël Banaan Ananas 2010-06-03 19:23:32 +00:00
parent 734bb0628e
commit bea58e8d37

View File

@ -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)