From f83f0ae44fae49284df4a9620836577758dba466 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 9 Feb 2020 14:13:39 +0200 Subject: [PATCH] MOVEM bus error prefetch mode timing fix. --- gencpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.47.3