]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avrcpm/avr/config.inc
* avr/dsk_fat16.asm
[avrcpm.git] / avrcpm / avr / config.inc
index e14ef4386af59da2cf2af92e9f554c8c67f89693..358e2273dc1e426d91167ea23750ad4f1f706533 100644 (file)
@@ -26,7 +26,7 @@
 #define VMINOR 0
 
 #ifndef DRAM_8BIT
-  #define DRAM_8BIT 0          /* 1 = 8bit wide DRAM */
+  #define DRAM_8BIT 1          /* 1 = 8bit wide DRAM */
 #endif
 #ifndef F_CPU
   #define F_CPU  20000000      /* system clock in Hz; defaults to 20MHz */
   #define BAUD   38400         /* console baud rate */
 #endif
  
-#define PARTID 0x52            /* Partition table id */
-                               /* http://www.win.tue.nl/~aeb/partitions/partition_types-1.html */
 #define K 1024
 #define M 1204*K
 
 ;#define RAMSIZE 256*K*4       /* 1 chip 256Kx4 */
 #define  RAMSIZE   4*M*4 * 2   /* 2 chips 4Mx4  */
 
-#define RAMDISKCNT 0           /* Number of RAM disks */
-#define RAMDISKNR 'I'-'A'      /* Drive "letter" for first RAM disk */
+#define FAT16_SUPPORT 1                /* Include Support for FAT16 Partitions */
+                               /*  which may contain CP/M image files. */ 
+#define RAMDISKCNT    0                /* Number of RAM disks */
+#define RAMDISKNR     'I'-'A'  /* Drive "letter" for first RAM disk */
 
 #define PARTID 0x52            /* Partition table id */
                                /* http://www.win.tue.nl/~aeb/partitions/partition_types-1.html */
@@ -62,6 +62,9 @@
 
 .equ BOOT_DEBUG  = 0
 .equ MMC_DEBUG   = 0           /* Increase for more debugging */
+.equ FAT16_DEBUG = 1
+.equ FAT16_RWDEBUG = 0
+.equ FAT16_DBG_FAT = 1
 .equ INS_DEBUG   = 0
 .equ MEMTEST     = 1
 .equ BOOTWAIT    = 1
@@ -71,6 +74,7 @@
 .equ MEMFILL     = 1
 .equ STACK_DBG   = 0
 .equ PRINT_PC    = 0
+.equ HEAP_DEBUG         = 1
 
 #define MMC_SPI2X  1           /* 0 = SPI CLK/4, 1 = SPI CLK/2 */