Increased the size of the gdcreg array.

This commit is contained in:
OBattler
2021-09-02 21:28:47 +02:00
parent ef03d2c4b9
commit e74cd24c17

View File

@@ -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;