X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fconfig.h;fp=cpu%2FCyclone%2Fconfig.h;h=6fc6571f1f1a08a1724e378b1b1ff610ee4c4cc1;hb=60305cdd4d832c9a0b69914a78d4668a1b4d2b48;hp=3af4103bd05082c24a5fba93248263a58b6655e7;hpb=1c88b865ceb1e1801bcf20010088fd62cdf2cc06;p=picodrive.git diff --git a/cpu/Cyclone/config.h b/cpu/Cyclone/config.h index 3af4103..6fc6571 100644 --- a/cpu/Cyclone/config.h +++ b/cpu/Cyclone/config.h @@ -27,7 +27,7 @@ * Warning: if you enable this, you MUST call CycloneInit() before calling * CycloneRun(), or else it will crash. */ -#define COMPRESS_JUMPTABLE 0 +#define COMPRESS_JUMPTABLE 1 /* * Address mask for memory hadlers. The bits set will be masked out of address @@ -126,4 +126,4 @@ * Bart Trzynadlowski's doc (http://www.trzy.org/files/68knotes.txt). * Enable this if you are emulating a 16 bit system. */ -#define SPLIT_MOVEL_PD 0 +#define SPLIT_MOVEL_PD 1