--- BasiliskII/src/AmigaOS/sysdeps.h 1999/10/21 22:39:59 1.5 +++ BasiliskII/src/AmigaOS/sysdeps.h 1999/10/25 08:07:49 1.6 @@ -42,6 +42,9 @@ // ExtFS is supported #define SUPPORTS_EXTFS 1 +// mon is not supported +#define ENABLE_MON 0 + // Data types typedef unsigned char uint8; typedef signed char int8;