mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Increased the size of the (S)VGA CRTC array to 256 elements (was 128), required by the S3 ViRGE.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user