]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - avr/cmd_fat.c
Add CP/M 3 file i/o (initial version)
[z180-stamp.git] / avr / cmd_fat.c
index 8ed7ae36952bf0238545db3f904c72b37d3d2f6c..c5791e55eed2fcda1d4e30bc062ec6be5a32f40e 100644 (file)
@@ -22,8 +22,8 @@
 #include "timer.h"
 #include "debug.h"
 
-
-#define MAX_MEMORY     (1ul << 20)
+/* TODO: use memory size test function (cmd_mem.c) */
+#define MAX_MEMORY     (1ul << 19)
 #define BUFFER_SIZE    512