Disable blink in 8bpp modes on MGA; Re-instate main 8bpp hires renderer

I don't actually know if 8bpp blink is a thing on a Matrox Millennium, but the video BIOS seems to act like it's not.
This commit is contained in:
GreaseMonkey
2023-12-17 08:46:12 +13:00
parent f900bdb63c
commit 0848f4a38e
3 changed files with 9 additions and 2 deletions

View File

@@ -246,6 +246,11 @@ typedef struct svga_t {
addresses are shifted to match*/
int packed_chain4;
/*Disable 8bpp blink mode - some cards support it, some don't, it's a weird mode
If mode 13h appears in a reddish-brown background (0x88) with dark green text (0x8F),
you should set this flag when entering that mode*/
int disable_blink;
/*Force CRTC to dword mode, regardless of CR14/CR17. Required for S3 enhanced mode*/
int force_dword_mode;