]> cloudbase.mooo.com Git - avrcpm.git/blobdiff - avr/config.inc
* RAMDISK (re)integrated
[avrcpm.git] / avr / config.inc
index 5f521822f7dd854beb2319c096179d4830837abb..48f4b4aca855a19c3ef813f43f8e242c8928de08 100644 (file)
@@ -22,8 +22,8 @@
 ;
 
 
-#define VMAJOR 2               /* Version number */
-#define VMINOR 3
+#define VMAJOR 3               /* Version number */
+#define VMINOR 0
 
 #ifndef DRAM_8BIT
   #define DRAM_8BIT 1          /* 1 = 8bit wide DRAM */
 ;#define RAMSIZE 256*K*4       /* 1 chip 256Kx4 */
 #define  RAMSIZE   4*M*4 * 2   /* 2 chips 4Mx4  */
 
-#define EM_Z80 0               /* Emulate Z80 if true */
+#define EM_Z80 1               /* Emulate Z80 if true */
 
 #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 RAMDISKCNT    4                /* Number of RAM disks */
 #define RAMDISKNR     'I'-'A'  /* Drive "letter" for first RAM disk */
 
 #define PARTID 0x52            /* Partition table id */