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

Method LoadSnapshot

source/SAM.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool SAMCard::LoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version)
111{
112 if (version < 1 || version > kUNIT_VERSION)
113 ThrowErrorInvalidVersion(version);
114
115 return true;
116}

Callers 2

ParseSlotsFunction · 0.45
NoSlotClockLoadSnapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected