mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
From Luigi30:
Sent: Sunday, November 16, 2008 10:05 PM To: submit@mamedev.org Subject: scross 2196 fix fix
This commit is contained in:
parent
13333c1469
commit
186f8f5ca5
@ -1892,6 +1892,11 @@ static INPUT_PORTS_START( scross )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2) PORT_CODE(KEYCODE_S) /* brake */
|
||||
PORT_BIT( 0xf8, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_MODIFY("P2_A")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
|
||||
PORT_START("ANALOG1")
|
||||
PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_SENSITIVITY(30) PORT_KEYDELTA(10) PORT_PLAYER(1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user