Properly fixed the configuration variable and section delete functions;

Commented out the JEGA code.
This commit is contained in:
OBattler
2017-07-26 00:34:43 +02:00
parent 02f5d663d0
commit 8a01fc7ef2
6 changed files with 79 additions and 13 deletions

View File

@@ -146,6 +146,7 @@ void ega_render_text_standard(ega_t *ega, int drawcursor)
}
}
#ifdef JEGA
static __inline int is_kanji1(uint8_t chr)
{
return (chr >= 0x81 && chr <= 0x9f) || (chr >= 0xe0 && chr <= 0xfc);
@@ -374,6 +375,7 @@ void ega_render_text_jega(ega_t *ega, int drawcursor)
}
}
}
#endif
void ega_render_2bpp_lowres(ega_t *ega)
{