Fixed crimfght 4P version inputs [Arthur Peale]

> -----Original Message-----
> From: Arthur Peale [mailto:arthurpeale@gmail.com]
> Sent: Sunday, October 18, 2009 6:21 AM
> To: submit@mamedev.org
> Subject: Fix for crimfght.c
>
> The inputs for this game on P4 were incorrect.  I've made the repairs
> and P4 works correctly now.
>
> --
> http://www.pealefamily.net
This commit is contained in:
Phil Bennett 2009-10-21 10:37:04 +00:00
parent 3f962bd55a
commit 5670f02497

View File

@ -139,7 +139,7 @@ static INPUT_PORTS_START( crimfght )
KONAMI8_B12_UNK(3)
PORT_START("P4")
KONAMI8_B12_UNK(1)
KONAMI8_B12_UNK(4)
PORT_START("SYSTEM")
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )