Increased the size of the (S)VGA CRTC array to 256 elements (was 128), required by the S3 ViRGE.

This commit is contained in:
OBattler
2020-12-13 13:37:29 +01:00
parent 8737501dbe
commit e5025d6f5c

View File

@@ -124,7 +124,7 @@ typedef struct svga_t
int override;
void *p;
uint8_t crtc[128], gdcreg[64], attrregs[32], seqregs[64],
uint8_t crtc[256], gdcreg[64], attrregs[32], seqregs[64],
egapal[16],
*vram, *changedvram;