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

Function getScanlinePreviousInbetween

source/NTSC.cpp:414–417  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

412#endif
413//===========================================================================
414inline uint32_t* getScanlinePreviousInbetween()
415{
416 return (uint32_t*) (g_pVideoAddress + 1*g_kFrameBufferWidth);
417}
418
419inline uint32_t* getScanlinePrevious()
420{

Calls

no outgoing calls

Tested by

no test coverage detected