From ba06ed32c5758edf0c86a074e7bb49faaacbcc20 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 22 Dec 2019 13:46:55 +1100 Subject: spg2xx_io.cpp: disable logging by default (nw) --- src/devices/machine/spg2xx_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/spg2xx_io.cpp b/src/devices/machine/spg2xx_io.cpp index 26d7ad32797..857884ce7a9 100644 --- a/src/devices/machine/spg2xx_io.cpp +++ b/src/devices/machine/spg2xx_io.cpp @@ -29,7 +29,7 @@ DEFINE_DEVICE_TYPE(SPG28X_IO, spg28x_io_device, "spg28x_io", "SPG280-series Syst #define LOG_IO (LOG_IO_READS | LOG_IO_WRITES | LOG_IRQS | LOG_GPIO | LOG_UART | LOG_I2C | LOG_TIMERS | LOG_EXTINT | LOG_UNKNOWN_IO) #define LOG_ALL (LOG_IO | LOG_VLINES | LOG_SEGMENT | LOG_WATCHDOG | LOG_FIQ | LOG_SIO | LOG_EXT_MEM) -#define VERBOSE (LOG_UART) +#define VERBOSE (0) #include "logmacro.h" -- cgit v1.2.3