Remove superfluous CRTC R17 adjustment on TGUI cards. Fixes 1280x1024 on TGUI9400.

This commit is contained in:
SarahW 2020-03-14 11:37:35 +00:00
commit 7d9f1f58c3

View file

@ -470,15 +470,6 @@ void tgui_recalctimings(svga_t *svga)
if (svga->interlace && tgui->type < TGUI_9440)
svga->rowoffset >>= 1;
if (svga->crtc[0x17] & 4)
{
svga->vtotal *= 2;
svga->dispend *= 2;
svga->vsyncstart *= 2;
svga->split *= 2;
svga->vblankstart *= 2;
}
if (tgui->type >= TGUI_9440)
{
if (svga->miscout & 8)