From: Shamus Hammons Date: Sat, 23 Aug 2003 16:05:45 +0000 (+0000) Subject: Remove stopping on bad memory access ;-) X-Git-Tag: 1.0.5~16 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=778f737a44bb18b2af3620ec82e6d78fc2501862;p=virtualjaguar Remove stopping on bad memory access ;-) --- 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