sgdk
|
00001 00010 #ifndef _CONFIG_ 00011 #define _CONFIG_ 00012 00013 00018 #define LOG_LEVEL_DISABLE 0 00019 00023 #define LOG_LEVEL_ERROR 1 00024 00028 #define LOG_LEVEL_WARNING 2 00029 00033 #define LOG_LEVEL_INFO 3 00034 00039 #define LIB_LOG_LEVEL LOG_LEVEL_WARNING 00040 00045 #if (DEBUG != 0) 00046 #define LIB_DEBUG 1 00047 #else 00048 #define LIB_DEBUG 0 00049 #undef LIB_LOG_LEVEL 00050 #define LIB_LOG_LEVEL LOG_LEVEL_DISABLE 00051 #endif 00052 00060 #define HALT_Z80_ON_DMA 1 00061 00068 #define HALT_Z80_ON_IO 0 00069 00074 #define DMA_DISABLED 0 00075 00084 #define ENABLE_BANK_SWITCH 0 00085 00091 #define ENABLE_NEWLIB 0 00092 00098 #define FAT16_SUPPORT 0 00099 00104 #define ENABLE_LOGO 0 00105 00106 #if (ENABLE_LOGO != 0) 00107 00112 #define ZOOMING_LOGO 0 00113 00114 #endif // ENABLE_LOGO 00115 00116 00117 #endif // _CONFIG_