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