NTSC: fixed comment

This commit is contained in:
tomcw 2019-09-01 17:35:15 +01:00
parent 581546c1e9
commit 64bdd7192a

View File

@ -619,7 +619,7 @@ inline void updateFramebufferTVSingleScanline( uint16_t signal, bgra_t *pTable )
//===========================================================================
// Original: Next1(inbetween) = 50% current + 50% of next AppleII scanline
// Original: Prev1(inbetween) = 50% current + 50% of previous AppleII scanline
inline void updateFramebufferTVDoubleScanline( uint16_t signal, bgra_t *pTable )
{
uint32_t *pLine0Curr = getScanlineCurrent();