Added Image Manager 1024 emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2019-04-23 20:44:26 +01:00
commit fb32dfceca
15 changed files with 5132 additions and 13 deletions

View file

@ -93,7 +93,7 @@ typedef enum
FONT_T3100E, /* Toshiba T3100e, four fonts */
FONT_KSC5601, /* Korean KSC-5601 */
FONT_SIGMA400, /* Sigma Color 400, 8x8 and 8x16 */
FONT_IM1024, /* Image Manager 1024 */
} fontformat_t;
void loadfont(char *s, fontformat_t format);