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

Function MemGetMainPtrWithLC

source/Memory.cpp:1725–1732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1723//
1724
1725LPBYTE MemGetMainPtrWithLC(const WORD offset)
1726{
1727 LPBYTE lpMem = MemGetPtrBANK1(offset, memmain);
1728 if (lpMem)
1729 return lpMem;
1730
1731 return MemGetMainPtr(offset);
1732}
1733
1734LPBYTE MemGetMainPtr(const WORD offset)
1735{

Callers 7

UpdateHiResCellFunction · 0.85
UpdateHiResRGBCellFunction · 0.85
UpdateHiResDuochromeCellFunction · 0.85
ReadByteMethod · 0.85
GetTrackSectorMethod · 0.85

Calls 2

MemGetPtrBANK1Function · 0.85
MemGetMainPtrFunction · 0.85

Tested by

no test coverage detected