mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
airraid: remove leftover from testing
This commit is contained in:
parent
89860227b4
commit
3d2a632bba
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ static INPUT_PORTS_START( airraid )
|
|||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_JOYSTICK_RIGHT ) PORT_8WAY
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON1 )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 )
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 )
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_START("IN1") // IN1 (0xc201)
|
||||
|
|
Loading…
Reference in a new issue