Minor ATI 8514/A Ultra add-on change of the night (February 1st, 2025)

Actually make it work on NT by setting bit 0 of the read only config2 reg.
This commit is contained in:
TC1995
2025-02-01 22:19:55 +01:00
parent 403a7a995b
commit d881321268

View File

@@ -6239,7 +6239,7 @@ ati8514_init(svga_t *svga, void *ext8514, void *dev8514)
if (dev->vram_amount >= 1024)
mach->config1 |= 0x20;
mach->config2 = 0x02;
mach->config2 = 0x01 | 0x02;
}
static int