Fixed a minor mistake

This commit is contained in:
tiseno100
2020-07-07 16:38:10 +03:00
committed by GitHub
parent ebe7f1cdf3
commit 2137c4ea85

View File

@@ -79,7 +79,7 @@ mem_set_mem_state_both(base, 0x4000, (dev->regs[0x13] & (1 << i)) ? shflagsc : d
}
for(i = 0; i < 4; i++){
base = 0xc0000 + (i << 14);
base = 0xd0000 + (i << 14);
mem_set_mem_state_both(base, 0x4000, (dev->regs[0x12] & (1 << i)) ? shflagsd : disabled_shadow);
}