From 7a905168e282b109e8ed1bcc92b029a8f41e831f Mon Sep 17 00:00:00 2001 From: OBattler Date: Sun, 13 Dec 2020 13:41:32 +0100 Subject: [PATCH] And the same goes for the sequencer registers. --- 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 4da5d924e..9fbe4c7fe 100644 --- a/src/include/86box/vid_svga.h +++ b/src/include/86box/vid_svga.h @@ -124,7 +124,7 @@ typedef struct svga_t int override; void *p; - uint8_t crtc[256], gdcreg[64], attrregs[32], seqregs[64], + uint8_t crtc[256], gdcreg[64], attrregs[32], seqregs[256], egapal[16], *vram, *changedvram;