summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2019-10-25 09:56:01 +0100
committer smf- <smf-@users.noreply.github.com>2019-10-25 09:56:43 +0100
commit0f062a17c7ad7373a0ff96a602541db6a003b204 (patch)
tree4915da3f0f162e8dca5187f58ba17caf7c91f50c /src/emu
parentb0ffbe067cab35f9dd1939be3ebececd5e8b23fe (diff)
disable VALIDATE_REFCOUNTS, due to nforcepc installing a device map while a handler is being temporarily ref counted to prevent it being deleted. (nw)
Diffstat (limited to 'src/emu')
-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
{