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

Method SaveSnapshot

source/SAM.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void SAMCard::SaveSnapshot(YamlSaveHelper& yamlSaveHelper)
103{
104 YamlSaveHelper::Slot slot(yamlSaveHelper, GetSnapshotCardName(), m_slot, kUNIT_VERSION);
105
106 YamlSaveHelper::Label unit(yamlSaveHelper, "%s: null\n", SS_YAML_KEY_STATE);
107 // NB. No state for this card
108}
109
110bool SAMCard::LoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version)
111{

Callers 2

Snapshot_SaveStateFunction · 0.45
NoSlotClockSaveSnapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected