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

Function getVideoScannerAddressTXTorHGR

source/NTSC.cpp:892–902  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

890
891//===========================================================================
892INLINE uint16_t getVideoScannerAddressTXTorHGR()
893{
894 const bool isTextAddr = ((g_nVideoMixed && g_nVideoClockVert >= VIDEO_SCANNER_Y_MIXED) ||
895 (g_uNewVideoModeFlags & VF_TEXT) ||
896 !(g_uNewVideoModeFlags & VF_HIRES));
897
898 if (isTextAddr)
899 return getVideoScannerAddressTXT();
900 else
901 return getVideoScannerAddressHGR();
902}
903
904//===========================================================================
905INLINE uint16_t getVideoScannerAddressSHR()

Callers 2

Calls 2

Tested by

no test coverage detected