Fixed the reset value of Power Management register 0 on the PC87309 Super I/O chip, should fix the parallel port.

This commit is contained in:
OBattler
2020-09-17 22:49:47 +02:00
parent b3abcba0a0
commit e3651391ae

View File

@@ -420,7 +420,7 @@ pc87309_reset(pc87309_t *dev)
dev->regs[0x12] = 0x30;
dev->regs[0x19] = 0xEF;
dev->pm[0] = 0xe9;
dev->pm[0] = 0x79;
dev->pm[4] = 0x0e;
dev->pm_base = 0xffff;