Lift restrictions on tilesets

Support full color tilesets with tiles of arbitrary size.
This commit is contained in:
Ray Chason
2020-01-25 19:04:44 -05:00
committed by Pasi Kallinen
parent 34da5ea372
commit 82a219c227
4 changed files with 779 additions and 360 deletions

View File

@@ -64,6 +64,11 @@ tgetch()
{
char ch;
#ifdef SCREEN_VESA
if (iflags.usevesa) {
vesa_flush_text();
}
#endif /*SCREEN_VESA*/
/* BIOSgetch can use the numeric key pad on IBM compatibles. */
#ifdef SIMULATE_CURSOR
if (iflags.grmode && cursor_flag)