m548x runs now cleanly (had to remove radeon files from make for now)

This commit is contained in:
Markus Fröschle
2013-12-28 16:51:00 +00:00
parent 3a7ff0aac0
commit 78c5873de0
7 changed files with 27 additions and 20 deletions

View File

@@ -390,8 +390,8 @@ access:
access_mmu:
move.l MCF_MMU_MMUSR,d0 // did the last fault hit in TLB?
btst #1,d0 // no
bne bus_error // bus error handler
btst #1,d0 // yes, it did. So we already mapped that page
bne bus_error // and this must be a real bus error
move.l MCF_MMU_MMUAR,d0
cmp.l #__FASTRAM_END,d0 // above max User RAM area?