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

Function getVideoScannerAddressTXT

source/NTSC.cpp:858–864  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

856
857//===========================================================================
858INLINE uint16_t getVideoScannerAddressTXT()
859{
860 uint16_t nAddress = (g_aClockVertOffsetsTXT[g_nVideoClockVert/8]
861 + g_pHorzClockOffset [g_nVideoClockVert/64][g_nVideoClockHorz]
862 + (g_nTextPage * 0x400));
863 return nAddress;
864}
865
866//===========================================================================
867INLINE uint16_t getVideoScannerAddressHGR()

Callers 11

updateScreenText40Function · 0.85
updateScreenText40RGBFunction · 0.85
updateScreenText80Function · 0.85
updateScreenText80RGBFunction · 0.85
CheckVideoTables2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected