Properly enabled SMM (and with the correct SMBASE) on AMD 486 CPU's.

This commit is contained in:
OBattler
2020-07-20 01:44:19 +02:00
parent 2e35cb3df6
commit aeaf5ad34a
3 changed files with 6 additions and 4 deletions

View File

@@ -980,7 +980,7 @@ reset_common(int hard)
smi_block = 0;
if (hard) {
smbase = 0x00030000;
smbase = is_am486 ? 0x00060000 : 0x00030000;
ppi_reset();
}
in_sys = 0;