Added Toshiba T3100e emulation. Patch from John Elliott.

This commit is contained in:
SarahW 2017-10-14 14:20:38 +01:00
commit 5d5fa1402a
21 changed files with 1277 additions and 26 deletions

View file

@ -59,7 +59,7 @@ extern int fullchange;
extern int changeframecount;
extern uint8_t fontdat[256][8];
extern uint8_t fontdatm[256][16];
extern uint8_t fontdatm[512][16];
extern uint32_t *video_15to32, *video_16to32;