Headland: Fix shadow RAM enable

This commit is contained in:
win2kgamer
2026-02-07 16:17:17 -06:00
parent 6fa6e5c1ea
commit 543a17f086

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);