mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
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:
parent
3f962bd55a
commit
5670f02497
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user