Skip to content
Snippets Groups Projects
Commit aad59225 authored by deuce's avatar deuce
Browse files

Support textmode(64) for portability with conio programs which do not

use the constants.
parent 793a3fe3
Branches
Tags
No related merge requests found
......@@ -695,6 +695,8 @@ CIOLIBEXPORT void CIOLIBCALL ciolib_textmode(int mode)
lastmode=cio_textinfo.currmode;
}
else {
if(mode==64)
mode=C80X50;
lastmode=cio_textinfo.currmode;
cio_api.textmode(mode);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment