Merge pull request #4835 from 86Box/tc1995

Mach64VT class 8bpp render fix.
This commit is contained in:
Miran Grča
2024-09-17 01:23:10 +02:00
committed by GitHub

View File

@@ -539,7 +539,7 @@ mach64_recalctimings(svga_t *svga)
break;
case BPP_8:
if (mach64->type != MACH64_GX)
svga->render = svga_render_8bpp_highres;
svga->render = svga_render_8bpp_clone_highres;
svga->hdisp <<= 3;
svga->rowoffset >>= 1;
break;