Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
446
static void SetLastRamWrite(BOOL count)
447
{
448
if (GetCardMgr().GetLanguageCardMgr().GetLanguageCard())
449
GetCardMgr().GetLanguageCardMgr().GetLanguageCard()->SetLastRamWrite(count);
450
}
451
452
//
453
Callers
3
MemLoadSnapshot
Function · 0.85
Reset
Method · 0.85
LoadLCState
Method · 0.85
Calls
2
GetLanguageCard
Method · 0.80
SetLastRamWrite
Method · 0.80
Tested by
no test coverage detected