diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index 86fb83a..2082571 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -2140,8 +2140,8 @@ void CModel3::RunMainBoardFrame(void) // Process MIDI interrupt IRQ.Assert(0x40); - ppc_execute(400); // give PowerPC time to acknowledge IR - dispCycles -= 400; + ppc_execute(1000); // give PowerPC time to acknowledge IR + dispCycles -= 1000; ++irqCount; if (irqCount > 128)