X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2FCyclone%2FOpMove.cpp;h=f0a8ecc00661f4ebf3a06ed70f5a88b4dc5aa4b0;hb=b5e5172d049a83251874fb33e65a53c9654dc0bc;hp=1bc7a516a6535cea64ab60a15f1941d838c5000b;hpb=e28a980fb7737edcf70fbce20c77b64fa14264a2;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