ALi M6117-related CPU fixes.

This commit is contained in:
OBattler
2022-07-18 23:38:06 +02:00
parent 52f8d68fb0
commit 645c4e6902
5 changed files with 12 additions and 3 deletions

View File

@@ -1173,6 +1173,8 @@ enter_smm(int in_hlt)
if (unmask_a20_in_smm) {
old_rammask = rammask;
rammask = cpu_16bitbus ? 0xFFFFFF : 0xFFFFFFFF;
if (is6117)
rammask |= 0x3000000;
flushmmucache();
}