summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-12-26 18:20:23 -0800
committerMike Pavone <pavone@retrodev.com>2012-12-26 18:20:23 -0800
commitf0d831f2b1e343592d0987dffdb5eb1064bd83ae (patch)
tree2f78d7ea659ba28e2f2ba741fb03704c25a8ea7e /m68k_to_x86.h
parent448658907c7a8f6caa8ea785d2eae8ea24471b30 (diff)
RTE doesn't crash the emulator anymore
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 12d4f8b..a066f39 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -2,7 +2,7 @@
#include "68kinst.h"
#define NUM_MEM_AREAS 4
-#define NATIVE_MAP_CHUNKS (32*1024)
+#define NATIVE_MAP_CHUNKS (64*1024)
#define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
#define INVALID_OFFSET 0xFFFFFFFF