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

Function MemGetAuxPtrWithLC

source/Memory.cpp:1662–1669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1660//-------------------------------------
1661
1662LPBYTE MemGetAuxPtrWithLC(const WORD offset)
1663{
1664 LPBYTE lpMem = MemGetPtrBANK1(offset, memaux);
1665 if (lpMem)
1666 return lpMem;
1667
1668 return MemGetAuxPtr(offset);
1669}
1670
1671LPBYTE MemGetAuxPtr(const WORD offset)
1672{

Callers 1

Calls 2

MemGetPtrBANK1Function · 0.85
MemGetAuxPtrFunction · 0.85

Tested by

no test coverage detected