Compaq Plasma fixes:

Fixed the blinking/test cursor of said built-in video on Portable III/386.
This commit is contained in:
TC1995
2023-10-14 20:15:04 +02:00
parent 7013949310
commit 38e63ec9c6
3 changed files with 43 additions and 43 deletions

View File

@@ -187,6 +187,8 @@ extern int video_fullscreen_scale;
extern int video_fullscreen_first;
extern uint8_t fontdat[2048][8];
extern uint8_t fontdatm[2048][16];
extern uint8_t fontdat2[2048][8];
extern uint8_t fontdatm2[2048][16];
extern uint8_t fontdatw[512][32];
extern uint8_t fontdat8x12[256][16];
extern uint8_t fontdat12x18[256][36];