Add the AMD Am486DXL and DXL2.

Has otherwise Intel-compatible SMM with an SMBase at 60000h.
This commit is contained in:
nerd73
2021-04-15 23:28:07 -06:00
parent 27ddd856df
commit 791bae3560
6 changed files with 30 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ machine_init_ex(int m)
/* Reset the memory state. */
mem_reset();
smbase = 0x00030000;
smbase = isam486dxl ? 0x00060000 : 0x00030000;
lpt_init();
}