From 916d3d3af138cb1287e9d121399a58a41d2fae75 Mon Sep 17 00:00:00 2001 From: gm-matthew <108370479+gm-matthew@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:02:10 +0000 Subject: [PATCH] whitespace --- Src/Model3/Model3.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Src/Model3/Model3.cpp b/Src/Model3/Model3.cpp index bff690e..827ff86 100644 --- a/Src/Model3/Model3.cpp +++ b/Src/Model3/Model3.cpp @@ -2042,7 +2042,7 @@ void CModel3::RunMainBoardFrame(void) unsigned ppcCycles = m_config["PowerPCFrequency"].ValueAs() * 1000000; unsigned frameCycles = (unsigned)((float)ppcCycles / 57.524160f); unsigned offsetCycles = (unsigned)((float)frameCycles * 33.f / 100.0f); - unsigned dispCycles = frameCycles - offsetCycles; + unsigned dispCycles = frameCycles - offsetCycles; unsigned statusCycles = (unsigned)((float)frameCycles * (0.005f)); // we think a frame looks like this on the model 2 @@ -2069,12 +2069,12 @@ void CModel3::RunMainBoardFrame(void) ppc_execute(offsetCycles); IRQ.Assert(0x02); // start at 33% of the frame - // keep running cycles until IRQ2 is acknowledged - while (IRQ.ReadIRQEnable() & 0x2 && IRQ.ReadIRQState() & 0x2 && dispCycles > 1000) - { - ppc_execute(1000); - dispCycles -= 1000; - } + // keep running cycles until IRQ2 is acknowledged + while (IRQ.ReadIRQEnable() & 0x2 && IRQ.ReadIRQState() & 0x2 && dispCycles > 1000) + { + ppc_execute(1000); + dispCycles -= 1000; + } /* * Sound: