mirror of
https://github.com/holub/mame
synced 2025-05-03 21:13:18 +03:00
removed duplicate buttons in sf2hack (as per stephh comment)
This commit is contained in:
parent
12269d8aa7
commit
fdbdbfbead
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user