From: Toni Wilen Date: Sat, 6 Jan 2024 21:04:07 +0000 (+0200) Subject: NCR SVGA fix, default to 8-bit mode. X-Git-Tag: 5200~84 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=6398bc62001f12aa5949ed2e6cc1181808a83498;p=francis%2Fwinuae.git NCR SVGA fix, default to 8-bit mode. --- diff --git a/pcem/vid_ncr.cpp b/pcem/vid_ncr.cpp index 180c15b7..46102915 100644 --- a/pcem/vid_ncr.cpp +++ b/pcem/vid_ncr.cpp @@ -417,6 +417,7 @@ void ncr_recalctimings(svga_t *svga) svga->hdisp /= 2; } + svga->bpp = 8; if (svga->seqregs[0x21] & 0x01) { if (ncr->chip < NCR_TYPE_32BLT) {