Voodoo 3/Banshee: Disable SVGA line doubling in video processing modes, fixes #2629.
This commit is contained in:
@@ -572,6 +572,8 @@ banshee_recalctimings(svga_t *svga)
|
||||
|
||||
/* Also make sure vertical blanking starts on display end. */
|
||||
svga->vblankstart = svga->dispend;
|
||||
|
||||
svga->linedbl = 0;
|
||||
} else {
|
||||
svga->hblankstart = (((svga->crtc[0x1a] & 0x10) >> 4) << 8) + svga->crtc[2] + 1;
|
||||
svga->hblank_end_val = (svga->crtc[3] & 0x1f) | (((svga->crtc[5] & 0x80) >> 7) << 5) |
|
||||
|
Reference in New Issue
Block a user