]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
STOP takes 8 cycles before it can wake up.
authorToni Wilen <twilen@winuae.net>
Wed, 21 Oct 2015 17:20:25 +0000 (20:20 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 21 Oct 2015 17:20:25 +0000 (20:20 +0300)
gencpu.cpp

index 9816b3ba50febb1587201860e75f35dfe2ef0294..0416df94cb2bf06e590f3b2ebf2fc2c1d7dc04fa 100644 (file)
@@ -3739,7 +3739,7 @@ static void gen_opcode (unsigned int opcode)
                        genamode (curi, curi->smode, "srcreg", curi->size, "src", 1, 0, 0);
                        printf ("\tregs.sr = src;\n");
                }
-               addcycles000(4);
+               addcycles000(2 * 4);
                makefromsr ();
                printf ("\tm68k_setstopped ();\n");
                sync_m68k_pc ();