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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user