]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
* Start of dynamic disk size code.
[avrcpm.git] / avrcpm / avr / config.inc
index 7035a43b78fce1cbc6f662acb8b37f6eadbf2fd5..62f07e4499414d19822fabeba26e06f93006ade5 100644 (file)
@@ -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 */
 
 #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 */