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

Function getScanlineNextInbetween

source/NTSC.cpp:402–405  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

400
401//===========================================================================
402inline uint32_t* getScanlineNextInbetween()
403{
404 return (uint32_t*) (g_pVideoAddress - 1*g_kFrameBufferWidth);
405}
406
407#if 0 // don't use this pixel, as it's from the previous video-frame!
408inline uint32_t* getScanlineNext()

Calls

no outgoing calls

Tested by

no test coverage detected