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:
Miran Grča
2021-06-18 18:14:17 +02:00
committed by GitHub

View File

@@ -379,7 +379,8 @@ et4000w32p_recalctimings(svga_t *svga)
svga->hdisp += (svga->seqregs[1] & 1) ? 16 : 18;
else
svga->hdisp += (svga->seqregs[1] & 1) ? 8 : 9;
}
} else if ((svga->gdcreg[5] & 0x40) == 0)
svga->hdisp += (svga->seqregs[1] & 1) ? 8 : 9;
}
}