Fixed a bug with ET4000/W32p linear base address.

This commit is contained in:
OBattler
2020-01-14 22:14:08 +01:00
parent 94fee31e52
commit e0218694a3

View File

@@ -257,7 +257,7 @@ void et4000w32p_out(uint16_t addr, uint8_t val, void *p)
if (et4000->pci)
{
et4000->linearbase &= 0xc0000000;
et4000->linearbase = (val & 0xfc) << 22;
et4000->linearbase |= (val & 0xfc) << 22;
}
else
{