Interlace is available on the WD90C11 as well.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user