(S)VGA: Also override overscan and horizontal timings and calculation when override is enabled.

This commit is contained in:
Miran Grča
2025-06-16 19:09:39 +02:00
committed by GitHub
parent 04e2778bca
commit 50ce93f3f7

View File

@@ -915,7 +915,7 @@ svga_recalctimings(svga_t *svga)
if (vblankend <= svga->vblankstart)
vblankend += 0x00000080;
if (svga->hoverride) {
if (svga->hoverride || svga->override) {
if (svga->hdisp >= 2048)
svga->monitor->mon_overscan_x = 0;