mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-21 07:17:41 +00:00
Fix for 80-col card & SHR
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user