diff --git a/BaS_GNU/sources/exceptions.S b/BaS_GNU/sources/exceptions.S index d85dc23..0231b21 100644 --- a/BaS_GNU/sources/exceptions.S +++ b/BaS_GNU/sources/exceptions.S @@ -1,4 +1,3 @@ -#define cf_stack /* * initialize exception vectors */ @@ -391,7 +390,7 @@ access_mmu: bne bus_error move.l MCF_MMU_MMUAR,d0 cmp.l #_Bas_base,d0 // max User RAM Bereich - bge bus_error // gr�sser -> bus error + bge bus_error // grösser -> bus error bra _mmutr_miss bus_error: move.l (sp)+,d0 diff --git a/BaS_GNU/sources/startcf.h b/BaS_GNU/sources/startcf.h index 446c2b2..67a9d9d 100644 --- a/BaS_GNU/sources/startcf.h +++ b/BaS_GNU/sources/startcf.h @@ -1,4 +1,4 @@ -#ifdef _NOT_USED_ + #define cf_stack //#define ii_on @@ -17,7 +17,6 @@ #define halten_exg #define halten_movep #define halten_ewf -#endif /* _NOT_USED_ */ #define DIP_SWITCH (*(volatile uint8_t *)(&_MBAR[0xA2C])) #define DIP_SWITCHa __MBAR + 0xA2C