PicoDrive hacks
[picodrive.git] / cpu / musashi / m68kcpu.h
index 350c975..50aa6ce 100644 (file)
@@ -1534,7 +1534,8 @@ INLINE void m68ki_set_sr_noint_nosp(uint value)
 INLINE void m68ki_set_sr(uint value)\r
 {\r
        m68ki_set_sr_noint(value);\r
-       m68ki_check_interrupts();\r
+       if (GET_CYCLES() >= 0) // notaz\r
+               m68ki_check_interrupts();\r
 }\r
 \r
 \r