Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
469
bool GetIsMemCacheValid(void)
470
{
471
return g_isMemCacheValid;
472
}
473
474
uint8_t ReadByteFromMemory(uint16_t addr)
475
{
Callers
10
ReadByteFromMemory
Function · 0.70
WriteByteToMemory
Function · 0.70
CopyBytesFromMemoryPage
Function · 0.70
IsZeroPageFloatingBus
Function · 0.70
IO_Cxxx
Function · 0.70
MemSetPaging
Function · 0.70
SetSlotRom
Method · 0.70
NMI
Function · 0.70
IRQ
Function · 0.70
InternalCpuExecute
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected