summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/emumem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emumem.cpp b/src/emu/emumem.cpp
index fc38a61a276..57032751880 100644
--- a/src/emu/emumem.cpp
+++ b/src/emu/emumem.cpp
@@ -34,7 +34,7 @@
#define VPRINTF(x) do { if (VERBOSE) printf x; } while (0)
-#define VALIDATE_REFCOUNTS 1
+#define VALIDATE_REFCOUNTS 0
void handler_entry::dump_map(std::vector<memory_entry> &map) const
{