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

Function SetLastRamWrite

source/Memory.cpp:446–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446static void SetLastRamWrite(BOOL count)
447{
448 if (GetCardMgr().GetLanguageCardMgr().GetLanguageCard())
449 GetCardMgr().GetLanguageCardMgr().GetLanguageCard()->SetLastRamWrite(count);
450}
451
452//
453

Callers 3

MemLoadSnapshotFunction · 0.85
ResetMethod · 0.85
LoadLCStateMethod · 0.85

Calls 2

GetLanguageCardMethod · 0.80
SetLastRamWriteMethod · 0.80

Tested by

no test coverage detected