From aedeb6f3188e160a3770677379620fe9c8974579 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 25 Dec 2015 23:42:43 +0100 Subject: [PATCH] Disable m68k_run_mmu() since the caller is also disabled by default. --- newcpu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/newcpu.cpp b/newcpu.cpp index 40058991..a30251c2 100644 --- a/newcpu.cpp +++ b/newcpu.cpp @@ -5162,6 +5162,7 @@ static void m68k_run_2 (void) } /* fake MMU 68k */ +#if 0 static void m68k_run_mmu (void) { for (;;) { @@ -5178,6 +5179,7 @@ static void m68k_run_mmu (void) } } } +#endif #endif /* CPUEMU_0 */ -- 2.47.3