]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
imported winuaesrc1620b11b.zip
authorToni Wilen <twilen@winuae.net>
Wed, 26 Aug 2009 15:27:16 +0000 (18:27 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 22 Feb 2010 19:48:18 +0000 (21:48 +0200)
cpummu.c

index aca344100365d5752a505cd42b2952b6c41b044a..b1f6d61ead821483d634cbc5feea04509ac11fa6 100644 (file)
--- a/cpummu.c
+++ b/cpummu.c
@@ -23,7 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#define DEBUG 1
+#define DEBUG 0
 #include "sysconfig.h"
 #include "sysdeps.h"
 
@@ -311,8 +311,8 @@ static void mmu_bus_error(uaecptr addr, int fc, int write, int size)
        regs.mmu_fault_addr = addr;
        regs.mmu_ssw = ssw | MMU_SSW_ATC;
 
-       write_log (L"BUS ERROR: fc=%d w=%d log=%08x ssw=%04x\n", fc, write, addr, ssw);
-       activate_debugger ();
+       //write_log (L"BUS ERROR: fc=%d w=%d log=%08x ssw=%04x\n", fc, write, addr, ssw);
+       //activate_debugger ();
 
        THROW(2);
 }