Override the (S)VGA blanking calculation for the S3 Trio32, Trio64, Trio64V+, and Trio64 V2/DX.

This commit is contained in:
OBattler
2024-02-18 21:34:13 +01:00
parent 4b8b26b4ac
commit 873d8791e2

View File

@@ -4093,6 +4093,11 @@ s3_recalctimings(svga_t *svga)
}
}
}
if ((s3->chip == S3_TRIO32) || (s3->chip == S3_TRIO64))
svga->hoverride = 1;
else
svga->hoverride = 0;
}
static void
@@ -4271,6 +4276,8 @@ s3_trio64v_recalctimings(svga_t *svga)
break;
}
}
svga->hoverride = 1;
}
static void