too much debug scroll in spatter

This commit is contained in:
dinkc64 2015-04-30 17:32:00 +00:00
parent 5fca35c74a
commit ca9b41c0ac
1 changed files with 1 additions and 0 deletions

View File

@ -4036,6 +4036,7 @@ void __fastcall System1Z801PortWrite(UINT16 a, UINT8 d)
System1FlipScreen = d & 0x80; System1FlipScreen = d & 0x80;
return; return;
} }
case 0x1c: return; // NOP
} }
bprintf(PRINT_NORMAL, _T("IO Write %x, %x\n"), a, d); bprintf(PRINT_NORMAL, _T("IO Write %x, %x\n"), a, d);