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

Function IsZeroPageFloatingBus

source/Memory.cpp:531–537  ·  view source on GitHub ↗

//e aux slot is empty & ALTZP=1

Source from the content-addressed store, hash-verified

529
530// //e aux slot is empty & ALTZP=1
531bool IsZeroPageFloatingBus(void)
532{
533 if (GetIsMemCacheValid())
534 return false;
535
536 return memreadPageType[0x0000 >> 8] == MEM_FloatingBus;
537}
538
539void ForceAltCpuEmulation(void)
540{

Callers 1

GetOpcodeCyclesMethod · 0.85

Calls 1

GetIsMemCacheValidFunction · 0.70

Tested by

no test coverage detected