summaryrefslogtreecommitdiff
path: root/emu/port
diff options
context:
space:
mode:
Diffstat (limited to 'emu/port')
-rw-r--r--emu/port/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/alloc.c b/emu/port/alloc.c
index e2206c3f..333f4fa3 100644
--- a/emu/port/alloc.c
+++ b/emu/port/alloc.c
@@ -50,7 +50,7 @@ struct
{
{ "main", 0, 32*1024*1024, 31, 512*1024, 0, 31*1024*1024 },
{ "heap", 1, 32*1024*1024, 31, 512*1024, 0, 31*1024*1024 },
- { "image", 2, 32*1024*1024+256, 31, 4*1024*1024, 1, 31*1024*1024 },
+ { "image", 2, 64*1024*1024+256, 31, 4*1024*1024, 1, 63*1024*1024 },
}
};