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

Function GetIsMemCacheValid

source/Memory.cpp:469–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469bool GetIsMemCacheValid(void)
470{
471 return g_isMemCacheValid;
472}
473
474uint8_t ReadByteFromMemory(uint16_t addr)
475{

Callers 10

ReadByteFromMemoryFunction · 0.70
WriteByteToMemoryFunction · 0.70
CopyBytesFromMemoryPageFunction · 0.70
IsZeroPageFloatingBusFunction · 0.70
IO_CxxxFunction · 0.70
MemSetPagingFunction · 0.70
SetSlotRomMethod · 0.70
NMIFunction · 0.70
IRQFunction · 0.70
InternalCpuExecuteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected