Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
399
SS_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
_DrawSoftSwitchLanguageCardBank
Function · 0.85
Calls
4
IsApple2PlusOrClone
Function · 0.85
GetApple2Type
Function · 0.85
QuerySlot
Method · 0.80
QueryAux
Method · 0.80
Tested by
no test coverage detected