bugfix
[picodrive.git] / cpu / Cyclone / config.h
index 3af4103..6fc6571 100644 (file)
@@ -27,7 +27,7 @@
  * Warning: if you enable this, you MUST call CycloneInit() before calling\r
  * CycloneRun(), or else it will crash.\r
  */\r
-#define COMPRESS_JUMPTABLE        0\r
+#define COMPRESS_JUMPTABLE        1\r
 \r
 /*\r
  * Address mask for memory hadlers. The bits set will be masked out of address\r
  * Bart Trzynadlowski's doc (http://www.trzy.org/files/68knotes.txt).\r
  * Enable this if you are emulating a 16 bit system.\r
  */\r
-#define SPLIT_MOVEL_PD            0\r
+#define SPLIT_MOVEL_PD            1\r