From e74cd24c171bc457f2df6934553069eb6af93ea5 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 2 Sep 2021 21:28:47 +0200 Subject: [PATCH] Increased the size of the gdcreg array. --- src/include/86box/vid_svga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/vid_svga.h b/src/include/86box/vid_svga.h index 73c176742..a850d4b9e 100644 --- a/src/include/86box/vid_svga.h +++ b/src/include/86box/vid_svga.h @@ -126,7 +126,7 @@ typedef struct svga_t int override; void *p; - uint8_t crtc[256], gdcreg[64], attrregs[32], seqregs[256], + uint8_t crtc[256], gdcreg[256], attrregs[32], seqregs[256], egapal[16], *vram, *changedvram;