MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CheckCumulativeCycles

Method CheckCumulativeCycles

source/Mockingboard.cpp:933–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931
932#ifdef _DEBUG
933void MockingboardCard::CheckCumulativeCycles(void)
934{
935 _ASSERT(m_lastCumulativeCycle == g_nCumulativeCycles);
936 m_lastCumulativeCycle = g_nCumulativeCycles;
937}
938#endif
939
940// Called by: ResetState() and Snapshot_LoadState_v2()

Callers 1

CpuExecuteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected