Interlace is available on the WD90C11 as well.

This commit is contained in:
OBattler
2025-07-11 03:44:42 +02:00
parent 31b1308a5b
commit 688b371419

View File

@@ -409,10 +409,11 @@ paradise_recalctimings(svga_t *svga)
svga->vblankstart |= 0x400;
if (svga->crtc[0x3e] & 0x10)
svga->split |= 0x400;
svga->interlace = !!(svga->crtc[0x2d] & 0x20);
}
if (paradise->type >= WD90C11)
svga->interlace = !!(svga->crtc[0x2d] & 0x20);
if (paradise->type < WD90C30) {
if ((svga->gdcreg[6] & 1) || (svga->attrregs[0x10] & 1)) {
if ((svga->bpp >= 8) && !svga->lowres) {