sgdk
|
00001 00010 #ifndef _CONFIG_ 00011 #define _CONFIG_ 00012 00013 00018 #if (DEBUG != 0) 00019 #define LIB_DEBUG 1 00020 #else 00021 #define LIB_DEBUG 0 00022 #endif 00023 00030 #define HALT_Z80_ON_DMA 0 00031 00038 #define HALT_Z80_ON_IO 0 00039 00044 #define DMA_DISABLED 0 00045 00054 #define ENABLE_BANK_SWITCH 0 00055 00061 #define ENABLE_NEWLIB 0 00062 00068 #define MATH_BIG_TABLES 0 00069 00075 #define FAT16_SUPPORT 0 00076 00081 #define ENABLE_LOGO 0 00082 00083 #if (ENABLE_LOGO != 0) 00084 00089 #define ZOOMING_LOGO 0 00090 00091 #endif // ENABLE_LOGO 00092 00093 00094 #endif // _CONFIG_