Bit-depth fixes

This commit is contained in:
Cacodemon345
2024-02-13 01:57:54 +06:00
parent 6e35d00942
commit afa545ca25

View File

@@ -777,6 +777,8 @@ chips_69000_recalctimings(svga_t *svga)
svga->render = svga_render_32bpp_highres;
break;
}
} else {
svga->bpp = 8;
}
}