diff --git a/src/video/vid_et4000.c b/src/video/vid_et4000.c index 7ceacb823..1a28b767b 100644 --- a/src/video/vid_et4000.c +++ b/src/video/vid_et4000.c @@ -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) {