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

Function getScanlineCurrent

source/NTSC.cpp:424–427  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

422}
423//===========================================================================
424inline uint32_t* getScanlineCurrent()
425{
426 return (uint32_t*) g_pVideoAddress;
427}
428
429//===========================================================================
430inline void updateColorPhase()

Calls

no outgoing calls

Tested by

no test coverage detected