From 5670f024972ad9ad3a3ab0f5fcfeee85c40784b9 Mon Sep 17 00:00:00 2001 From: Phil Bennett Date: Wed, 21 Oct 2009 10:37:04 +0000 Subject: [PATCH] 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 --- src/mame/drivers/crimfght.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/crimfght.c b/src/mame/drivers/crimfght.c index 176a880f024..dc11b233dbd 100644 --- a/src/mame/drivers/crimfght.c +++ b/src/mame/drivers/crimfght.c @@ -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 )