From 4e689364f78d089d00aee9083ee7a7ae36bcb1e7 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Mon, 24 Mar 2008 01:49:55 +0000 Subject: [PATCH] From: Luigi30 [mailto:luigi30@gmail.com] Subject: lghost fix This fixes bug 1570. --- src/mame/drivers/segas18.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mame/drivers/segas18.c b/src/mame/drivers/segas18.c index 3e0664ac6ed..9d437bc41e2 100644 --- a/src/mame/drivers/segas18.c +++ b/src/mame/drivers/segas18.c @@ -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 )