mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
namcos2: Fix default gearshift binding in Four Trax
This commit is contained in:
parent
de153ba412
commit
73bbbef8a9
@ -1291,7 +1291,7 @@ static INPUT_PORTS_START( fourtrax )
|
||||
PORT_DIPNAME( 0x10, 0x10, "PortH 0x10")
|
||||
PORT_DIPSETTING( 0x10, "H" )
|
||||
PORT_DIPSETTING( 0x00, "L" )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_TOGGLE
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Gear Shift") PORT_TOGGLE
|
||||
PORT_DIPNAME( 0x40, 0x40, "PortH 0x40")
|
||||
PORT_DIPSETTING( 0x40, "H" )
|
||||
PORT_DIPSETTING( 0x00, "L" )
|
||||
|
Loading…
Reference in New Issue
Block a user