Merge pull request #6785 from win2kgamer/ht18-shadow

Headland: Fix shadow RAM enable
This commit is contained in:
Miran Grča
2026-02-07 23:29:26 +01:00
committed by GitHub

View File

@@ -273,7 +273,7 @@ memmap_state_update(headland_t *dev)
}
}
switch (ht_cr0) {
switch (ht_cr0 & 0x18) {
case 0x18:
if ((mem_size << 10) > 0xe0000) {
mem_set_mem_state(0x0e0000, 0x20000, MEM_READ_INTERNAL | MEM_WRITE_DISABLED);