ET4000AX: Do not wrap row offset.

This commit is contained in:
OBattler
2024-04-02 14:54:25 +02:00
parent 737ef38021
commit e712f8060a

View File

@@ -664,8 +664,6 @@ et4000_recalctimings(svga_t *svga)
svga->vsyncstart |= 0x400;
if (svga->crtc[0x35] & 0x10)
svga->split |= 0x400;
if (!svga->rowoffset)
svga->rowoffset = 0x100;
if (svga->crtc[0x3f] & 1)
svga->htotal |= 0x100;
if (svga->attrregs[0x16] & 0x20) {