Mach64 ISA/VLB LFB update of the day (March 30th, 2025)
The LFB can now be enabled properly on the ISA/VLB variants of the Mach64GX.
This commit is contained in:
@@ -3768,6 +3768,9 @@ mach64_ext_outb(uint16_t port, uint8_t val, void *priv)
|
|||||||
case 0x6aee:
|
case 0x6aee:
|
||||||
case 0x6aef:
|
case 0x6aef:
|
||||||
WRITE8(port, mach64->config_cntl, val);
|
WRITE8(port, mach64->config_cntl, val);
|
||||||
|
if (!mach64->pci)
|
||||||
|
mach64->linear_base = (mach64->config_cntl & 0x3ff0) << 18;
|
||||||
|
|
||||||
mach64_updatemapping(mach64);
|
mach64_updatemapping(mach64);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user