changeset 14:dff07ccbb891

Make bigger RAM emulation
author charles
date Sun, 24 Apr 2005 10:26:08 +0100
parents 0d6eaf1cfded
children 25dfba77df6a
files yaffs_ramem2k.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yaffs_ramem2k.c
+++ b/yaffs_ramem2k.c
@@ -33,7 +33,7 @@ const char *yaffs_ramem2k_c_version = "$
 
 
 
-#define EM_SIZE_IN_MEG 2
+#define EM_SIZE_IN_MEG (32)
 #define PAGE_DATA_SIZE  (2048)
 #define PAGE_SPARE_SIZE (64)
 #define PAGES_PER_BLOCK (64)