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

Function MemReadFloatingBus

source/Memory.cpp:2473–2476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2471}
2472
2473BYTE MemReadFloatingBus(const ULONG uExecutedCycles)
2474{
2475 return ReadFloatingBus(uExecutedCycles, g_bFullSpeed);
2476}
2477
2478BYTE MemReadFloatingBus(const BYTE highbit, const ULONG uExecutedCycles)
2479{

Callers 15

IOReadMethod · 0.70
ReadMethod · 0.70
IORead_C07xFunction · 0.70
IO_NullFunction · 0.70
IO_AnnunciatorFunction · 0.70
MemSetPagingFunction · 0.70
VideoSetModeMethod · 0.70
IOReadMethod · 0.70
TapeReadFunction · 0.70
IOReadInternalMethod · 0.70
PhasorIOInternalMethod · 0.70
SpkrToggleFunction · 0.70

Calls 1

ReadFloatingBusFunction · 0.85

Tested by

no test coverage detected