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=6c002ae6d06f151216e260b533c43b0057a9b06b;hpb=0e11c502b05a9ccd67d34d1f0975852d8c3d4232;p=picodrive.git diff --git a/cpu/Cyclone/config_pico.h b/cpu/Cyclone/config_pico.h index 6c002ae..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 @@ -133,8 +132,8 @@ /* * 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 - * Bart Trzynadlowski's doc (http://www.trzy.org/files/68knotes.txt). + * long write when handling MOVE.L or MOVEM.L with pre-decrementing destination, + * as described in 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 1