mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
From: Fabio Priuli [mailto:doge.fabio@gmail.com]
Sent: Wednesday, November 05, 2008 1:53 AM To: submit@mamedev.org Subject: fix for MT 2626 Hi, enclosed please find a patch to fix missing buttons for crime fighter 2p (Button 3 and Start) Regards, Fabio
This commit is contained in:
parent
edb3cec01e
commit
226c3b5b26
@ -243,6 +243,14 @@ static INPUT_PORTS_START( crimfgtj )
|
||||
PORT_DIPSETTING( 0x01, "3" )
|
||||
PORT_DIPSETTING( 0x00, "4" )
|
||||
|
||||
PORT_MODIFY("P1")
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(1)
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 )
|
||||
|
||||
PORT_MODIFY("P2")
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_PLAYER(2)
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START2 )
|
||||
|
||||
PORT_MODIFY("P3")
|
||||
PORT_BIT( 0xff, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user