namcos1, coin lockout goes bonkers w/4p game after a single player has 9 coins

This commit is contained in:
dinkc64 2024-06-02 01:09:54 -04:00
parent fa421a758b
commit c122e875b8
1 changed files with 1 additions and 1 deletions

View File

@ -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: