Fix for Rainbow demo for 50Hz/PAL Color Monitor. (fixes #1131)

This commit is contained in:
tomcw 2022-10-02 21:52:13 +01:00
parent 9df0ea1e21
commit 259472a877

View File

@ -2038,6 +2038,7 @@ void NTSC_SetVideoMode( uint32_t uVideoModeFlags, bool bDelay/*=false*/ )
} }
else else
{ {
if (!g_nVideoMixed || g_nVideoClockVert < VIDEO_SCANNER_Y_MIXED) // 50HZ(PAL) will kill color-burst if 'mixed and >=160' - so don't re-enable color-burst! (GH#1131)
g_nColorBurstPixels = 1024; // (For mid-line video mode change) g_nColorBurstPixels = 1024; // (For mid-line video mode change)
// Switching mid-line from TEXT to graphics // Switching mid-line from TEXT to graphics