namcos1, coin lockout goes bonkers w/4p game after a single player has 9 coins
This commit is contained in:
parent
fa421a758b
commit
c122e875b8
|
@ -1298,7 +1298,7 @@ static void mcu_write_port(UINT16 port, UINT8 data)
|
|||
switch (port & 0x1ff)
|
||||
{
|
||||
case HD63701_PORT1:
|
||||
coin_lockout = (data & 1) ? 0 : 0x18;
|
||||
coin_lockout = 0;//(data & 1) ? 0 : 0x18; causes problems with 4p games
|
||||
return;
|
||||
|
||||
case HD63701_PORT2:
|
||||
|
|
Loading…
Reference in New Issue