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

Function IsIIeWithoutAuxMem

source/Memory.cpp:2652–2656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2650//===========================================================================
2651
2652bool IsIIeWithoutAuxMem(void)
2653{
2654 return IsAppleIIe(GetApple2Type()) &&
2655 (GetCardMgr().QueryAux() == CT_Empty || GetCardMgr().QueryAux() == CT_80Col);
2656}
2657
2658//===========================================================================
2659

Callers 3

SaveSnapshotMethod · 0.85
LoadSnapshotMethod · 0.85

Calls 3

IsAppleIIeFunction · 0.85
GetApple2TypeFunction · 0.85
QueryAuxMethod · 0.80

Tested by

no test coverage detected