From 8ed8f42a30122139527b18e9c98271996b2a84f4 Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Sun, 10 Feb 2019 01:54:46 +0100 Subject: -wd33c9x: Silence logging by default, nw --- src/devices/machine/wd33c9x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/wd33c9x.cpp b/src/devices/machine/wd33c9x.cpp index cc16e57d9fa..d425a9249b9 100644 --- a/src/devices/machine/wd33c9x.cpp +++ b/src/devices/machine/wd33c9x.cpp @@ -29,7 +29,7 @@ #define LOG_REGS (LOG_READS | LOG_WRITES) #define LOG_ALL (LOG_REGS | LOG_COMMANDS | LOG_ERRORS | LOG_MISC | LOG_LINES | LOG_STATE | LOG_STEP) -#define VERBOSE (LOG_COMMANDS | LOG_ERRORS) +#define VERBOSE (0) #include "logmacro.h" enum register_addresses_e : uint8_t { -- cgit v1.2.3