From 0f062a17c7ad7373a0ff96a602541db6a003b204 Mon Sep 17 00:00:00 2001 From: smf- Date: Fri, 25 Oct 2019 09:56:01 +0100 Subject: disable VALIDATE_REFCOUNTS, due to nforcepc installing a device map while a handler is being temporarily ref counted to prevent it being deleted. (nw) --- src/emu/emumem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/emu') 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 &map) const { -- cgit v1.2.3