mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-22 09:30:15 +00:00
MB: fix for SSI263/SC01 in debugger's 'gg' mode (fixes #958)
This commit is contained in:
parent
7f0c028250
commit
0ca972954e
@ -394,9 +394,14 @@ void SSI263::Update(void)
|
||||
#endif
|
||||
|
||||
if (m_phonemeAccurateLengthRemaining)
|
||||
{
|
||||
m_phonemeCompleteByFullSpeed = true; // Let UpdateAccurateLength() call UpdateIRQ()
|
||||
m_lastUpdateCycle = MB_GetLastCumulativeCycles(); // Set m_lastUpdateCycle, otherwise UpdateAccurateLength() just early-returns!
|
||||
}
|
||||
else
|
||||
{
|
||||
UpdateIRQ();
|
||||
}
|
||||
}
|
||||
|
||||
m_updateWasFullSpeed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user