it causes audio lag in OD2
// TODO: if the 68K is in DMA wait, Z80 has to wait until DMA ends\r
if (Pico.video.status & (PVS_CPUWR|PVS_CPURD)) {\r
z80_subCLeft(z80_cyclesLeft); // rather rough on both condition and action\r
- Pico.video.status |= PVS_Z80WAIT;\r
+ // TODO the next line will cause audio lag in Overdrive 2 demo?\r
+ //Pico.video.status |= PVS_Z80WAIT;\r
}\r
\r
// 68k bus access delay for z80. The fractional part needs to be accumulated\r