1.26.1.1: Fix #382 - CTRL+RESET not re-init'ing correct 40/80 text rendering routine when in mixed mode

This commit is contained in:
tomcw
2017-02-17 14:26:03 +00:00
parent decbb401f9
commit a6bfe4cfe9
4 changed files with 15 additions and 8 deletions
+2 -2
View File
@@ -2086,13 +2086,13 @@ void ResetMachineState ()
void CtrlReset()
{
// Ctrl+Reset - TODO: This is a terrible place for this code!
if (!IS_APPLE2)
if (!IS_APPLE2) // TODO: Why not for A][ & A][+ too?
MemResetPaging();
PravetsReset();
DiskReset();
KeybReset();
if (!IS_APPLE2)
if (!IS_APPLE2) // TODO: Why not for A][ & A][+ too?
VideoResetState(); // Switch Alternate char set off
sg_SSC.CommReset();
MB_Reset();