X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fconfig.h;h=6fc6571f1f1a08a1724e378b1b1ff610ee4c4cc1;hb=c6a4c892866387e150ffcaa3af8b8c18d9ec6d58;hp=b10ee4237fb149fe416eb5b3fb677f1d7c828b78;hpb=b637c56aadc5b854ca28a8a111cf07324bc0e2ad;p=picodrive.git diff --git a/cpu/Cyclone/config.h b/cpu/Cyclone/config.h index b10ee42..6fc6571 100644 --- a/cpu/Cyclone/config.h +++ b/cpu/Cyclone/config.h @@ -107,6 +107,19 @@ */ #define USE_CHECKPC_CALLBACK 1 +/* + * This determines if checkpc() should be called after jumps when 8 and 16 bit + * displacement values were used. + */ +#define USE_CHECKPC_OFFSETBITS_16 1 +#define USE_CHECKPC_OFFSETBITS_8 0 + +/* + * Call checkpc() after DBcc jumps (which use 16bit displacement). Cyclone prior to + * 0.0087 never did that. + */ +#define USE_CHECKPC_DBRA 0 + /* * When this option is enabled Cyclone will do two word writes instead of one * long write when handling MOVE.L with pre-decrementing destination, as described in