mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-28 17:30:02 +00:00
Fix for Rainbow demo for 50Hz/PAL Color Monitor. (fixes #1131)
This commit is contained in:
parent
9df0ea1e21
commit
259472a877
@ -2038,7 +2038,8 @@ void NTSC_SetVideoMode( uint32_t uVideoModeFlags, bool bDelay/*=false*/ )
|
||||
}
|
||||
else
|
||||
{
|
||||
g_nColorBurstPixels = 1024; // (For mid-line video mode change)
|
||||
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)
|
||||
|
||||
// Switching mid-line from TEXT to graphics
|
||||
if (GetVideo().GetVideoType() == VT_COLOR_MONITOR_NTSC &&
|
||||
|
Loading…
Reference in New Issue
Block a user