From 7513cc769a9fb386c8b5d61ef5e0056869550acd Mon Sep 17 00:00:00 2001 From: Matthew Daniels <108370479+gm-matthew@users.noreply.github.com> Date: Fri, 25 Nov 2022 23:02:37 +0000 Subject: [PATCH] Update Model3.cpp whitespace --- Src/Model3/Model3.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index ec34575..154786d 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -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);