summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-01-28 10:48:24 +1100
committer Vas Crabb <vas@vastheman.com>2019-01-28 10:48:24 +1100
commitd70681e1b32aa37f230a557e47379208a08b730e (patch)
tree4b9d76440d5629d51333af8c233a211564b5e386 /src
parentdda8bad8aad23fd6b1265f1b3ee14a6eeb8ee4f4 (diff)
turn off SPG200 logging for release (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/machine/spg2xx.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/machine/spg2xx.cpp b/src/devices/machine/spg2xx.cpp
index 19bc7151b3b..428fb2e10f1 100644
--- a/src/devices/machine/spg2xx.cpp
+++ b/src/devices/machine/spg2xx.cpp
@@ -52,8 +52,7 @@ DEFINE_DEVICE_TYPE(SPG28X, spg28x_device, "spg28x", "SPG280-series System-on-a-C
#define LOG_PPU (LOG_PPU_READS | LOG_PPU_WRITES | LOG_UNKNOWN_PPU)
#define LOG_ALL (LOG_IO | LOG_SPU | LOG_PPU | LOG_VLINES | LOG_SEGMENT | LOG_FIQ)
-#define VERBOSE (LOG_ALL & ~LOG_SPU)
-//#define VERBOSE (0)
+//#define VERBOSE (LOG_ALL & ~LOG_SPU)
#include "logmacro.h"
#define SPG_DEBUG_VIDEO (0)