Millennium: Do not ignore the interlace bit.

This commit is contained in:
OBattler
2023-12-23 14:11:46 +01:00
parent d5aa8570f5
commit 28775d2583

View File

@@ -887,9 +887,10 @@ mystique_recalctimings(svga_t *svga)
if (mystique->crtcext_regs[2] & CRTCX_R2_LINECOMP10)
svga->split |= 0x400;
if (mystique->type == MGA_2064W)
if (mystique->type == MGA_2064W) {
tvp3026_recalctimings(svga->ramdac, svga);
else
svga->interlace |= !!(mystique->crtcext_regs[0] & 0x80);
} else
svga->interlace = !!(mystique->crtcext_regs[0] & 0x80);
if (mystique->crtcext_regs[3] & CRTCX_R3_MGAMODE) {