Update Model3.cpp

whitespace
This commit is contained in:
Matthew Daniels 2022-11-25 23:02:37 +00:00 committed by trzy
parent 6a392f2cc9
commit 7513cc769a

View file

@ -2070,8 +2070,8 @@ void CModel3::RunMainBoardFrame(void)
IRQ.Assert(0x02); // start at 33% of the frame
// keep running cycles until IRQ2 is acknowledged
// Ski Champ can hang if we check the MIDI control port too early
// and miss MIDI interrupts pending before the next IRQ2
// Ski Champ can hang if we check the MIDI control port too early
// and miss MIDI interrupts pending before the next IRQ2
while (IRQ.ReadIRQEnable() & 0x2 && IRQ.ReadIRQState() & 0x2 && dispCycles > 1000)
{
ppc_execute(1000);