mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Fix 80-col using out-of-bounds Char Set
This commit is contained in:
+1
-1
@@ -771,7 +771,7 @@ void NTSC_SetVideoTextMode( int cols )
|
||||
void NTSC_SetVideoMode( int bVideoModeFlags )
|
||||
{
|
||||
g_nVideoMixed = bVideoModeFlags & VF_MIXED;
|
||||
g_nVideoCharSet = g_nAltCharSetOffset;
|
||||
g_nVideoCharSet = g_nAltCharSetOffset != 0;
|
||||
|
||||
g_nTextPage = 1;
|
||||
g_nHiresPage = 1;
|
||||
|
||||
Reference in New Issue
Block a user