From 72c3f1be3049fb6a20d3e5bf9f6282691c438c81 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 11 Jan 2015 14:31:45 +0200 Subject: [PATCH] DBcc 68000 prefetch mode cycle counting fix. --- gencpu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gencpu.cpp b/gencpu.cpp index 92e62edd..b2425a1d 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -4124,6 +4124,7 @@ bccl_not68020: returncycles ("\t\t\t", 8); printf ("\t\t}\n"); add_head_cycs (10); + addcycles000_nonce("\t\t", 2); printf ("\t} else {\n"); addcycles000_onlyce(2); addcycles000_nonce("\t\t", 2); -- 2.47.3