Added a way to force legacy mode as a temporary fix for the Voodoo Banshee/3 until there's a proper fix.

This commit is contained in:
OBattler
2021-06-04 02:41:13 +02:00
parent 9161f9a071
commit eef77b7c86
3 changed files with 7 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ void svga_recalc_remap_func(svga_t *svga)
{
int func_nr;
if (svga->fb_only)
if (svga->fb_only || svga->force_legacy_mode)
func_nr = 0;
else {
if (svga->force_dword_mode)