X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2Fconfig_pico.h;h=d3229ace858c7e74ff3c068b554a0991a60308fa;hb=b5e5172d049a83251874fb33e65a53c9654dc0bc;hp=8f7a336b5c6559bf998a526a8b39c1e21e6fa31b;hpb=e28a980fb7737edcf70fbce20c77b64fa14264a2;p=picodrive.git diff --git a/cpu/Cyclone/config_pico.h b/cpu/Cyclone/config_pico.h index 8f7a336..d3229ac 100644 --- a/cpu/Cyclone/config_pico.h +++ b/cpu/Cyclone/config_pico.h @@ -16,7 +16,6 @@ * Mega Drive system. As VDP chip in these systems had control of the bus, * several instructions were acting differently, for example TAS did'n have * the write-back phase. That will be emulated, if this option is enabled. - * This option also alters timing slightly. */ #define CYCLONE_FOR_GENESIS 2 @@ -58,7 +57,7 @@ * MEMHANDLERS_NEED_CYCLES, or else Cyclone will keep reloading the same cycle * count and this will screw timing (if not cause a deadlock). */ -#define MEMHANDLERS_NEED_PC 1 +#define MEMHANDLERS_NEED_PC 0 #define MEMHANDLERS_NEED_PREV_PC 0 #define MEMHANDLERS_NEED_FLAGS 0 #define MEMHANDLERS_NEED_CYCLES 1