X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=cpu%2FCyclone%2Fconfig.h;h=a7f6a75e7047d47afb586a33986831706ce22b29;hb=a9a5a6e0b1788acaf45adaa84a7c2bc9541e5abc;hp=ded00b1e25b61049e4bc7b3be0bcd79f090a7a46;hpb=a67855765d6106f3fd8737ec35c2165460d2705f;p=picodrive.git diff --git a/cpu/Cyclone/config.h b/cpu/Cyclone/config.h index ded00b1..a7f6a75 100644 --- a/cpu/Cyclone/config.h +++ b/cpu/Cyclone/config.h @@ -18,7 +18,7 @@ * the write-back phase. That will be emulated, if this option is enabled. * This option also alters timing slightly. */ -#define CYCLONE_FOR_GENESIS 1 +#define CYCLONE_FOR_GENESIS 2 /* * This option compresses Cyclone's jumptable. Because of this the executable @@ -35,7 +35,7 @@ * Using 0xff000000 means that only 24 least significant bits should be used. * Set to 0 if you want to mask unused address bits in the memory handlers yourself. */ -#define MEMHANDLERS_ADDR_MASK 0xff000000 +#define MEMHANDLERS_ADDR_MASK 0 /* * Cyclone keeps the 4 least significant bits of SR, PC+membase and it's cycle