Merge pull request #4835 from 86Box/tc1995
Mach64VT class 8bpp render fix.
This commit is contained in:
@@ -539,7 +539,7 @@ mach64_recalctimings(svga_t *svga)
|
|||||||
break;
|
break;
|
||||||
case BPP_8:
|
case BPP_8:
|
||||||
if (mach64->type != MACH64_GX)
|
if (mach64->type != MACH64_GX)
|
||||||
svga->render = svga_render_8bpp_highres;
|
svga->render = svga_render_8bpp_clone_highres;
|
||||||
svga->hdisp <<= 3;
|
svga->hdisp <<= 3;
|
||||||
svga->rowoffset >>= 1;
|
svga->rowoffset >>= 1;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user