removed duplicate buttons in sf2hack (as per stephh comment)

This commit is contained in:
Roberto Zandona 2008-08-20 15:24:12 +00:00
parent 12269d8aa7
commit fdbdbfbead

View File

@ -1822,6 +1822,7 @@ static INPUT_PORTS_START( sf2hack )
PORT_INCLUDE( sf2 )
PORT_MODIFY("IN2") /* Extra buttons */
PORT_BIT( 0x00ff, IP_ACTIVE_LOW, IPT_UNKNOWN )
PORT_BIT( 0x0100, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_PLAYER(1)
PORT_BIT( 0x0200, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_PLAYER(1)
PORT_BIT( 0x0400, IP_ACTIVE_LOW, IPT_BUTTON6 ) PORT_PLAYER(1)