new acc mode timing, VDP FIFO code
[picodrive.git] / cpu / Cyclone / OpMove.cpp
index 1bc7a51..f0a8ecc 100644 (file)
@@ -150,7 +150,7 @@ int OpMove(int op)
 \r
 #if CYCLONE_FOR_GENESIS && !MEMHANDLERS_CHANGE_CYCLES\r
   // this is a bit hacky\r
-  if ((tea==0x39||(tea&0x38)==0x10)&&size>=1)\r
+  if ((tea==0x39||(tea>=0x10&&tea<0x30))&&size>=1)\r
     ot("  ldr r5,[r7,#0x5c] ;@ Load Cycles\n");\r
 #endif\r
 \r