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

Function MemRemoveNoSlotClock

source/Memory.cpp:2731–2735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2729}
2730
2731void MemRemoveNoSlotClock(void)
2732{
2733 delete g_NoSlotClock;
2734 g_NoSlotClock = NULL;
2735}
2736
2737//===========================================================================
2738

Callers 3

ParseUnitFunction · 0.85
MemInitializeFunction · 0.85
RepeatInitializationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected