mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 22:05:38 +00:00
Update Model3.cpp
whitespace
This commit is contained in:
parent
6a392f2cc9
commit
7513cc769a
|
@ -2070,8 +2070,8 @@ void CModel3::RunMainBoardFrame(void)
|
||||||
IRQ.Assert(0x02); // start at 33% of the frame
|
IRQ.Assert(0x02); // start at 33% of the frame
|
||||||
|
|
||||||
// keep running cycles until IRQ2 is acknowledged
|
// keep running cycles until IRQ2 is acknowledged
|
||||||
// Ski Champ can hang if we check the MIDI control port too early
|
// Ski Champ can hang if we check the MIDI control port too early
|
||||||
// and miss MIDI interrupts pending before the next IRQ2
|
// and miss MIDI interrupts pending before the next IRQ2
|
||||||
while (IRQ.ReadIRQEnable() & 0x2 && IRQ.ReadIRQState() & 0x2 && dispCycles > 1000)
|
while (IRQ.ReadIRQEnable() & 0x2 && IRQ.ReadIRQState() & 0x2 && dispCycles > 1000)
|
||||||
{
|
{
|
||||||
ppc_execute(1000);
|
ppc_execute(1000);
|
||||||
|
|
Loading…
Reference in a new issue