Added ST-RAM and FastRAM symbols.

This commit is contained in:
Vincent Rivière
2012-11-07 21:16:19 +00:00
parent 81f4abfa61
commit c9b5813511
2 changed files with 10 additions and 1 deletions

View File

@@ -389,7 +389,7 @@ access_mmu:
btst #1,d0
bne bus_error
move.l MCF_MMU_MMUAR,d0
cmp.l #_Bas_base,d0 // max User RAM Bereich
cmp.l #__FASTRAM_END,d0 // max User RAM Bereich
bge bus_error // grösser -> bus error
bra _mmutr_miss
bus_error: