Disable wide DAC on RIVA 128

This commit is contained in:
Melissa Goad
2016-10-22 14:19:08 -05:00
parent e1888a1f4d
commit 0f2c5135fb

View File

@@ -1399,12 +1399,12 @@ static void riva128_recalctimings(svga_t *svga)
break;
}
if((svga->crtc[0x28] & 3) != 0)
/*if((svga->crtc[0x28] & 3) != 0)
{
if(svga->crtc[0x1a] & 2) svga_set_ramdac_type(svga, RAMDAC_6BIT);
else svga_set_ramdac_type(svga, RAMDAC_8BIT);
}
else svga_set_ramdac_type(svga, RAMDAC_6BIT);
else svga_set_ramdac_type(svga, RAMDAC_6BIT);*/
if (((svga->miscout >> 2) & 2) == 2)
{