From: Toni Wilen Date: Sun, 9 Feb 2020 12:13:39 +0000 (+0200) Subject: MOVEM bus error prefetch mode timing fix. X-Git-Tag: 4400~133 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=f83f0ae44fae49284df4a9620836577758dba466;p=francis%2Fwinuae.git MOVEM bus error prefetch mode timing fix. --- diff --git a/gencpu.cpp b/gencpu.cpp index 53915029..dc4afd7d 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -4164,8 +4164,8 @@ static void genmovemel_ce (uae_u16 opcode) out("}\n"); } out("%s(srca);\n", srcw); // and final extra word fetch that goes nowhere.. - check_bus_error("src", 0, 0, 1, NULL, 1); count_read++; + check_bus_error("src", 0, 0, 1, NULL, 1); if (table68k[opcode].dmode == Aipi) out("m68k_areg(regs, dstreg) = srca;\n"); count_ncycles++;