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

Function getScanlinePrevious

source/NTSC.cpp:419–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419inline uint32_t* getScanlinePrevious()
420{
421 return (uint32_t*) (g_pVideoAddress + 2*g_kFrameBufferWidth);
422}
423//===========================================================================
424inline uint32_t* getScanlineCurrent()
425{

Calls

no outgoing calls

Tested by

no test coverage detected