From 64bdd7192aabd2b537abe0d0082327935d6e7387 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 1 Sep 2019 17:35:15 +0100 Subject: [PATCH] NTSC: fixed comment --- source/NTSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/NTSC.cpp b/source/NTSC.cpp index ff0e3d6b..ab88672d 100644 --- a/source/NTSC.cpp +++ b/source/NTSC.cpp @@ -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();