summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav Kolomiiets <yarikos@gmail.com>2016-11-04 13:42:07 +0200
committerYaroslav Kolomiiets <yarikos@gmail.com>2016-11-04 13:42:07 +0200
commite55a4b3ea53f63053bb15b924dfd15bd49e823a6 (patch)
tree031e3c702487f6047bfbc42cded516bda2b51300
parentd5877ddecc352815bcddca0f1214d6b1d0ca4019 (diff)
double-up image pool to fit modern resolutions
-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 },
}
};