Am486 SMBASE is now correctly initialized to 30000, 60000 is for the Am486DXL and Am486DXL2, which we do not emulate.
This commit is contained in:
@@ -81,7 +81,7 @@ machine_init_ex(int m)
|
||||
|
||||
/* Reset the memory state. */
|
||||
mem_reset();
|
||||
smbase = is_am486 ? 0x00060000 : 0x00030000;
|
||||
smbase = 0x00030000;
|
||||
|
||||
lpt_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user