From 34206293ad73e328baf149540c7d9a6596168e75 Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Mon, 12 Nov 2018 02:45:57 +0100 Subject: dp8573: Turn off logging by default, nw --- src/devices/machine/dp8573.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/dp8573.cpp b/src/devices/machine/dp8573.cpp index 0568d507471..d40a9f49547 100644 --- a/src/devices/machine/dp8573.cpp +++ b/src/devices/machine/dp8573.cpp @@ -14,7 +14,7 @@ #define LOG_TICKS (1 << 1) #define LOG_ALL (LOG_GENERAL | LOG_TICKS) -#define VERBOSE (LOG_ALL) +#define VERBOSE (0) #include "logmacro.h" // device type definition -- cgit v1.2.3