From: Thomas Huth Date: Fri, 25 Dec 2015 22:42:43 +0000 (+0100) Subject: Disable m68k_run_mmu() since the caller is also disabled by default. X-Git-Tag: 3300~116^2~1 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=aedeb6f3188e160a3770677379620fe9c8974579;p=francis%2Fwinuae.git Disable m68k_run_mmu() since the caller is also disabled by default. --- 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 */