mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
superwing.c - removed unused controls. Not worth to mentioning.
This commit is contained in:
parent
f1127cec19
commit
00d259239c
@ -326,7 +326,7 @@ static INPUT_PORTS_START( superwng )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_START2 )
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_JOYSTICK_LEFT ) PORT_8WAY
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
|
||||
PORT_START("P2")
|
||||
|
Loading…
Reference in New Issue
Block a user