| 931 | |
| 932 | #ifdef _DEBUG |
| 933 | void 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() |