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

Function MemUpdatePaging

source/Memory.cpp:1326–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324static void UpdatePagingForAltRW(void);
1325
1326void MemUpdatePaging(BOOL initialize)
1327{
1328 UpdatePaging(initialize);
1329}
1330
1331static void UpdatePaging(BOOL initialize)
1332{

Callers 3

SetMemModeMethod · 0.85
CmdMemoryLoadFunction · 0.85

Calls 1

UpdatePagingFunction · 0.85

Tested by

no test coverage detected