Implemented the Intel 420EX combined northbridge and southbridge, added the ASUS PVI-486AP4, and overhauled SMRAM handling (which also implements some previously missing extended SMRAM features of the 440BX+ and VIA Apollo series of chipsets).
This commit is contained in:
@@ -173,7 +173,7 @@ sio_write(int func, int addr, uint8_t val, void *priv)
|
||||
return;
|
||||
|
||||
dma_alias_remove();
|
||||
if (val & 0x40)
|
||||
if (!(val & 0x40))
|
||||
dma_alias_set();
|
||||
} else
|
||||
dev->regs[addr] = (val & 0x3f);
|
||||
|
||||
Reference in New Issue
Block a user