mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 23:16:39 +00:00
Extend quick fix for #341 (ANSI STORY - end credits)
This commit is contained in:
+2
-1
@@ -1223,7 +1223,8 @@ void VideoRefreshScreen ( int bVideoModeFlags, bool bRedrawWholeScreen /* =false
|
||||
}
|
||||
else if (g_eVideoType == VT_COLOR_MONITOR)
|
||||
{
|
||||
if ((g_uVideoMode & VF_TEXT) == 0)
|
||||
//if ((g_uVideoMode & VF_TEXT) == 0)
|
||||
if ( NTSC_GetColorBurst() == true ) // ANSI STORY (end credits): split DGR/TEXT80/DGR on scanline
|
||||
xSrc += 2;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user