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

Function MemReadFloatingBusFromNTSC

source/Memory.cpp:2484–2489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2482}
2483
2484BYTE MemReadFloatingBusFromNTSC(void)
2485{
2486 // fullspeed=false: to avoid NTSC_VideoGetScannerAddress() calling NTSC_VideoClockResync()
2487 // NB. g_bFullSpeed only true when doing NTSC_VideoRedrawWholeScreen()
2488 return ReadFloatingBus(0, false, true);
2489}
2490
2491//===========================================================================
2492

Callers 2

updateScreenText80Function · 0.85

Calls 1

ReadFloatingBusFunction · 0.85

Tested by

no test coverage detected