diff options
author | 2018-11-12 02:45:57 +0100 | |
---|---|---|
committer | 2018-11-12 02:45:57 +0100 | |
commit | 34206293ad73e328baf149540c7d9a6596168e75 (patch) | |
tree | 4bfe7dec7c070d5db22dff3a92eb6890f9736fcc | |
parent | 1b08996e2b3b043bdd0b68868d7c6578b97cb484 (diff) |
dp8573: Turn off logging by default, nw
-rw-r--r-- | src/devices/machine/dp8573.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |