Even more fixes - the 6ABX3 now is fully implemented and works, except for the Super I/O chip.

This commit is contained in:
OBattler
2020-03-01 00:35:18 +01:00
parent d26dfc8f0e
commit a9ffc5b8c9
2 changed files with 7 additions and 7 deletions

View File

@@ -1189,7 +1189,7 @@ static void
regs[0x7a] = (info->local >> 8) & 0xff;
dev->max_func = (regs[0x7a] & 0x02) ? 0 : 1;
regs[0x02] = (regs[0x7a] & 0x02) ? 0x90 : 0x92; regs[0x03] = 0x12; /* 82443BX */
regs[0x02] = (regs[0x7a] & 0x02) ? 0x92 : 0x90; regs[0x03] = 0x71; /* 82443BX */
regs[0x08] = 0x02;
regs[0x10] = 0x08;
regs[0x34] = (regs[0x7a] & 0x02) ? 0x00 : 0xa0;