Cached results of MMU lookup in get_phys().

This commit is contained in:
TomW 2016-01-27 21:05:28 +00:00
commit 2bc2bbc939
2 changed files with 14 additions and 2 deletions

View file

@ -1919,3 +1919,5 @@ void mem_a20_recalc()
// pclog("rammask now %08X\n", rammask);
mem_a20_state = state;
}
uint32_t get_phys_virt,get_phys_phys;