From 778f737a44bb18b2af3620ec82e6d78fc2501862 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Sat, 23 Aug 2003 16:05:45 +0000 Subject: [PATCH 1/1] Remove stopping on bad memory access ;-) --- src/jaguar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jaguar.cpp b/src/jaguar.cpp index 2b91abc..cb280ec 100644 --- a/src/jaguar.cpp +++ b/src/jaguar.cpp @@ -13,7 +13,7 @@ #define CPU_DEBUG //Do this in makefile??? Yes! Could, but it's easier to define here... -#define LOG_UNMAPPED_MEMORY_ACCESSES +//#define LOG_UNMAPPED_MEMORY_ACCESSES // Private function prototypes -- 2.37.2