mirror of
https://github.com/holub/mame
synced 2025-05-08 07:11:42 +03:00
From: Fabio Priuli [mailto:doge.fabio@gmail.com]
Subject: another small fix Hi, with this last patch I hope to have fixed all regressions I could had introduced with my past submissions. This time it was a small problem due to my fix to bug 1565 (alleymas duplicated inputs): the game was unplayable in u3 (even if not reported to MT). Regards, Fabio Priuli
This commit is contained in:
parent
769ad97695
commit
c9063a7416
@ -259,6 +259,7 @@ static INPUT_PORTS_START( alleymas ) /* complete, verified from code */
|
||||
|
||||
PORT_START("IN2") /* 0xD0 */
|
||||
PORT_BIT( 0x3f, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0xc0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
// PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON1 ) /* redundant inputs */
|
||||
// PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON2 ) /* redundant inputs */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user