Fix for 80-col card & SHR

This commit is contained in:
tomcw
2025-03-09 16:37:34 +00:00
parent d82f0bf076
commit cf467109d9
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -279,6 +279,11 @@ bool Video::VideoGetSWTEXT(void)
return SW_TEXT ? true : false;
}
bool Video::VideoGetSWSHR(void)
{
return SW_SHR;
}
bool Video::VideoGetSWAltCharSet(void)
{
return g_nAltCharSetOffset != 0;