NOT setting upper bits on PUSH PC, minor adjustments
[picodrive.git] / cpu / Cyclone / OpArith.cpp
index 47ff8b1..93d34a2 100644 (file)
@@ -553,8 +553,7 @@ int OpAritha(int op)
 \r
   // EA calculation order defines how situations like  suba.w (A0)+, A0 get handled.\r
   // different emus act differently in this situation, I couldn't fugure which is right behaviour.\r
-  // This is Musashi's behaviour.\r
-  if (type == 1)\r
+  if (/*type == */1)\r
   {\r
     EaCalcReadNoSE(-1,0,sea,size,0x003f);\r
     EaCalcReadNoSE(type!=1?10:-1,11,dea,2,0x0e00);\r