diff --git a/BaS_gcc/include/version.h b/BaS_gcc/include/version.h index 75a1b92..bd6ac5b 100644 --- a/BaS_gcc/include/version.h +++ b/BaS_gcc/include/version.h @@ -28,8 +28,8 @@ * increment version number for release */ -#define MAJOR_VERSION 0 -#define MINOR_VERSION 88 +#define MAJOR_VERSION 0 +#define MINOR_VERSION 9 #endif /* VERSION_H_ */ diff --git a/BaS_gcc/sys/BaS.c b/BaS_gcc/sys/BaS.c index 48190b9..d5a627b 100644 --- a/BaS_gcc/sys/BaS.c +++ b/BaS_gcc/sys/BaS.c @@ -445,7 +445,7 @@ void BaS(void) /* * memory setup */ - memset((void *) 0x200, 0, 0x400); + // memset((void *) 0x200, 0, 0x400); #if defined(MACHINE_FIREBEE) /* set Falcon bus control register */