Fix for MT #05287: sgunner2, sgunner2j: Player 2 Start missing (nw)

This commit is contained in:
Scott Stone 2013-09-12 20:06:12 +00:00
parent 52bfccb35c
commit 4d64202ef1

View File

@ -1444,7 +1444,7 @@ static INPUT_PORTS_START( sgunner2 )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_PLAYER(2)
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_PLAYER(2)
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2)
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) PORT_PLAYER(2)
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START2 )
PORT_START("MCUC") /* M37450 - PORT 6 */
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )