namcos2: Fix default gearshift binding in Four Trax

This commit is contained in:
MASH 2020-07-18 14:09:51 +02:00 committed by GitHub
parent de153ba412
commit 73bbbef8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" )