Get S3 Trio working in mode 13h + Mode-X again

Outside of that, we're now using the remappers properly.
This commit is contained in:
GreaseMonkey
2023-11-21 16:54:45 +13:00
parent cfda3e1cce
commit 2166ae0fb7
2 changed files with 12 additions and 13 deletions

View File

@@ -53,6 +53,8 @@ void svga_render_4bpp_lowres(svga_t *svga);
void svga_render_4bpp_highres(svga_t *svga);
void svga_render_8bpp_lowres(svga_t *svga);
void svga_render_8bpp_highres(svga_t *svga);
void svga_render_8bpp_s3_lowres(svga_t *svga);
void svga_render_8bpp_s3_highres(svga_t *svga);
void svga_render_8bpp_tseng_lowres(svga_t *svga);
void svga_render_8bpp_tseng_highres(svga_t *svga);
void svga_render_8bpp_gs_lowres(svga_t *svga);