mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
MB: Moved MB_StartOfCpuExecute() to Snapshot_LoadState_v2(), since it's only needed there
This commit is contained in:
+3
-1
@@ -556,7 +556,9 @@ DWORD CpuExecute(const DWORD uCycles, const bool bVideoUpdate)
|
||||
{
|
||||
g_nCyclesExecuted = 0;
|
||||
|
||||
MB_StartOfCpuExecute();
|
||||
#ifdef _DEBUG
|
||||
MB_CheckCumulativeCycles();
|
||||
#endif
|
||||
|
||||
// uCycles:
|
||||
// =0 : Do single step
|
||||
|
||||
Reference in New Issue
Block a user