The version of 440BX without AGP now has revision 0x03.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user