Generate CGA-to-EGA tables in video.c; Remove redundant table generation in vid_ega.c

This commit is contained in:
GreaseMonkey
2023-11-21 10:26:13 +13:00
parent f890257237
commit 1f5d00fe55
3 changed files with 14 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ extern int cgablink;
extern int scrollcache;
extern uint8_t edatlookup[4][4];
extern uint8_t egaremap2bpp[256];
void svga_recalc_remap_func(svga_t *svga);