mirror of
https://github.com/Michaelangel007/hgr2rgbntsc.git
synced 2025-08-15 17:27:18 +00:00
Remove debug printf ntscColorSinglePixel
This commit is contained in:
@@ -623,7 +623,6 @@ static void ntscColorSinglePixel (int compositeSignal)
|
|||||||
|
|
||||||
static void ntscColorDoublePixel (int compositeSignal)
|
static void ntscColorDoublePixel (int compositeSignal)
|
||||||
{
|
{
|
||||||
printf( "ntscColorDoublePixel() %d\n", compositeSignal );
|
|
||||||
DOUBLEPIXEL(compositeSignal, NTSCColor[g_nColorPhaseNTSC]);
|
DOUBLEPIXEL(compositeSignal, NTSCColor[g_nColorPhaseNTSC]);
|
||||||
updateColorPhase();
|
updateColorPhase();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user