From: Toni Wilen Date: Wed, 21 Oct 2015 17:20:25 +0000 (+0300) Subject: STOP takes 8 cycles before it can wake up. X-Git-Tag: 3200~23 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=8974f742d4fb28352805b0c47fdabc3d70b57ed1;p=francis%2Fwinuae.git STOP takes 8 cycles before it can wake up. --- diff --git a/gencpu.cpp b/gencpu.cpp index 9816b3ba..0416df94 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -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 ();