summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-11-05 19:12:24 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-11-05 19:12:24 +0100
commit26258c22ab94f8d14446597df8f716dca0be11ea (patch)
treea363b6596bfdc372b8a2e5956b64e7d81c15550c
parent13247311f650d2190ca50f05f2879c63a3ad0b6b (diff)
wd33c93: Silence logging by default, nw
-rw-r--r--src/devices/machine/wd33c93.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd33c93.cpp b/src/devices/machine/wd33c93.cpp
index 7338c504855..d8492ffd31c 100644
--- a/src/devices/machine/wd33c93.cpp
+++ b/src/devices/machine/wd33c93.cpp
@@ -24,7 +24,7 @@
#define LOG_REGS (LOG_READS | LOG_WRITES)
#define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC)
-#define VERBOSE (LOG_ALL)
+#define VERBOSE (0)
#include "logmacro.h"