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

Method SaveLCState

source/LanguageCard.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void LanguageCardSlot0::SaveLCState(YamlSaveHelper& yamlSaveHelper)
258{
259 yamlSaveHelper.SaveHexUint32(SS_YAML_KEY_MEMORYMODE, GetLCMemMode() & MF_LANGCARD_MASK);
260 yamlSaveHelper.SaveUint(SS_YAML_KEY_LASTRAMWRITE, GetLastRamWrite() ? 1 : 0);
261}
262
263void LanguageCardSlot0::LoadLCState(YamlLoadHelper& yamlLoadHelper)
264{

Callers

nothing calls this directly

Calls 3

GetLastRamWriteFunction · 0.85
SaveHexUint32Method · 0.80
SaveUintMethod · 0.80

Tested by

no test coverage detected