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

Function GetCurrentExpansionMemType

source/Memory.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399SS_CARDTYPE GetCurrentExpansionMemType(void)
400{
401 if (IsApple2PlusOrClone(GetApple2Type()))
402 return GetCardMgr().QuerySlot(SLOT0);
403 else
404 return GetCardMgr().QueryAux();
405}
406
407//
408

Callers 1

Calls 4

IsApple2PlusOrCloneFunction · 0.85
GetApple2TypeFunction · 0.85
QuerySlotMethod · 0.80
QueryAuxMethod · 0.80

Tested by

no test coverage detected