DMA now causes page dirty mask to be updated.

This commit is contained in:
TomW 2015-02-09 18:26:59 +00:00
commit d6c177a3c0
4 changed files with 21 additions and 0 deletions

View file

@ -134,3 +134,5 @@ static inline get_phys_noabrt(uint32_t addr)
return mmutranslate_noabrt(addr, 0) & rammask;
}
void mem_invalidate_range(uint32_t start_addr, uint32_t end_addr);