mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-02 22:31:29 +00:00
Fix 80-col using out-of-bounds Char Set
This commit is contained in:
parent
6c9032d67e
commit
a29444eb6c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user