The version of 440BX without AGP now has revision 0x03.

This commit is contained in:
OBattler
2021-10-21 21:20:00 +02:00
parent 85f810aa22
commit 066deef986

View File

@@ -1507,7 +1507,7 @@ static void
regs[0x02] = (regs[0x7a] & 0x02) ? 0x92 : 0x90; regs[0x03] = 0x71; /* 82443BX */
regs[0x06] = (regs[0x7a] & 0x02) ? 0x00 : 0x10;
regs[0x08] = 0x02;
regs[0x08] = (regs[0x7a] & 0x02) ? 0x03 : 0x02;
regs[0x10] = 0x08;
regs[0x34] = (regs[0x7a] & 0x02) ? 0x00 : 0xa0;
if (cpu_busspeed <= 66666667)