Merge pull request #1500 from 86Box/tc1995
Fixed a small skew issue under win95 using the ET4000/W32p in 4bpp/16…
This commit is contained in:
@@ -379,7 +379,8 @@ et4000w32p_recalctimings(svga_t *svga)
|
|||||||
svga->hdisp += (svga->seqregs[1] & 1) ? 16 : 18;
|
svga->hdisp += (svga->seqregs[1] & 1) ? 16 : 18;
|
||||||
else
|
else
|
||||||
svga->hdisp += (svga->seqregs[1] & 1) ? 8 : 9;
|
svga->hdisp += (svga->seqregs[1] & 1) ? 8 : 9;
|
||||||
}
|
} else if ((svga->gdcreg[5] & 0x40) == 0)
|
||||||
|
svga->hdisp += (svga->seqregs[1] & 1) ? 8 : 9;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user