From 6398bc62001f12aa5949ed2e6cc1181808a83498 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sat, 6 Jan 2024 23:04:07 +0200 Subject: [PATCH] NCR SVGA fix, default to 8-bit mode. --- pcem/vid_ncr.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.47.3