mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
From: Luigi30 [mailto:luigi30@gmail.com]
Subject: lghost fix This fixes bug 1570.
This commit is contained in:
parent
b16332a024
commit
4e689364f7
@ -1043,6 +1043,11 @@ static INPUT_PORTS_START( lghost )
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN)
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN)
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNKNOWN)
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN)
|
||||
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED) /* P2 joystick inputs, unused in lghost */
|
||||
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED)
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_UNUSED)
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNUSED)
|
||||
|
||||
PORT_MODIFY("SERVICE")
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
Loading…
Reference in New Issue
Block a user