X-Git-Url: http://cloudbase.mooo.com/gitweb/avrcpm.git/blobdiff_plain/a5b2e36eb4b0649880763a70c48b4e5912934ec5..29ce189c438e15067a26aebcb12227a9c172a384:/avrcpm/avr/config.inc diff --git a/avrcpm/avr/config.inc b/avrcpm/avr/config.inc index 358e227..62f07e4 100644 --- a/avrcpm/avr/config.inc +++ b/avrcpm/avr/config.inc @@ -23,7 +23,7 @@ #define VMAJOR 2 /* Version number */ -#define VMINOR 0 +#define VMINOR 1 #ifndef DRAM_8BIT #define DRAM_8BIT 1 /* 1 = 8bit wide DRAM */ @@ -41,8 +41,9 @@ ;#define RAMSIZE 256*K*4 /* 1 chip 256Kx4 */ #define RAMSIZE 4*M*4 * 2 /* 2 chips 4Mx4 */ -#define FAT16_SUPPORT 1 /* Include Support for FAT16 Partitions */ - /* which may contain CP/M image files. */ +#ifndef FAT16_SUPPORT + #define FAT16_SUPPORT 1 /* Include Support for FAT16 Partitions */ +#endif /* which may contain CP/M image files. */ #define RAMDISKCNT 0 /* Number of RAM disks */ #define RAMDISKNR 'I'-'A' /* Drive "letter" for first RAM disk */ @@ -60,21 +61,21 @@ #define EM_Z80 0 /* we don't have any z80 instructions yet */ -.equ BOOT_DEBUG = 0 -.equ MMC_DEBUG = 0 /* Increase for more debugging */ -.equ FAT16_DEBUG = 1 +.equ BOOT_DEBUG = 0 +.equ MMC_DEBUG = 0 /* Increase for more debugging */ +.equ FAT16_DEBUG = 0 .equ FAT16_RWDEBUG = 0 -.equ FAT16_DBG_FAT = 1 -.equ INS_DEBUG = 0 -.equ MEMTEST = 1 -.equ BOOTWAIT = 1 -.equ PORT_DEBUG = 0 -.equ DISK_DEBUG = 0 /* Increase for more debugging */ -.equ HOSTRW_DEBUG= 0 -.equ MEMFILL = 1 -.equ STACK_DBG = 0 -.equ PRINT_PC = 0 -.equ HEAP_DEBUG = 1 +.equ FAT16_DBG_FAT = 0 +.equ INS_DEBUG = 0 +.equ MEMTEST = 1 +.equ BOOTWAIT = 1 +.equ PORT_DEBUG = 0 +.equ DISK_DEBUG = 0 /* Increase for more debugging */ +.equ HOSTRW_DEBUG = 0 +.equ MEMFILL = 1 +.equ STACK_DBG = 0 +.equ PRINT_PC = 0 +.equ HEAP_DEBUG = 0 #define MMC_SPI2X 1 /* 0 = SPI CLK/4, 1 = SPI CLK/2 */