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

Function ResetDefaultMachineMemTypes

source/Memory.cpp:298–303  ·  view source on GitHub ↗

Called from MemLoadSnapshot()

Source from the content-addressed store, hash-verified

296
297// Called from MemLoadSnapshot()
298static void ResetDefaultMachineMemTypes(void)
299{
300 g_MemTypeAppleII = CT_Empty;
301 g_MemTypeAppleIIPlus = CT_LanguageCard;
302 g_MemTypeAppleIIe = CT_Extended80Col;
303}
304
305// Called from MemLoadSnapshot()
306static void SetExpansionMemTypeDefault(void)

Callers 1

MemLoadSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected