Fixed a small skew issue under win95 using the ET4000/W32p in 4bpp/16 color mode.

This commit is contained in:
TC1995
2021-06-18 18:08:06 +02:00
parent 13ef0ff526
commit 51655552e2

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;
}
}