Remove superfluous CRTC R17 adjustment on TGUI cards. Fixes 1280x1024 on TGUI9400.
This commit is contained in:
parent
4e51641f29
commit
7d9f1f58c3
1 changed files with 0 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue