X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FOpMove.cpp;h=f0a8ecc00661f4ebf3a06ed70f5a88b4dc5aa4b0;hb=69996cb7c62468cd97842e35bdd2b74006a28dba;hp=1bc7a516a6535cea64ab60a15f1941d838c5000b;hpb=83c093a48ab58670ea82d0ec81658daa9f9b950a;p=picodrive.git diff --git a/cpu/Cyclone/OpMove.cpp b/cpu/Cyclone/OpMove.cpp index 1bc7a51..f0a8ecc 100644 --- a/cpu/Cyclone/OpMove.cpp +++ b/cpu/Cyclone/OpMove.cpp @@ -150,7 +150,7 @@ int OpMove(int op) #if CYCLONE_FOR_GENESIS && !MEMHANDLERS_CHANGE_CYCLES // this is a bit hacky - if ((tea==0x39||(tea&0x38)==0x10)&&size>=1) + if ((tea==0x39||(tea>=0x10&&tea<0x30))&&size>=1) ot(" ldr r5,[r7,#0x5c] ;@ Load Cycles\n"); #endif