diff options
| author | 2019-01-28 10:48:24 +1100 | |
|---|---|---|
| committer | 2019-01-28 10:48:24 +1100 | |
| commit | d70681e1b32aa37f230a557e47379208a08b730e (patch) | |
| tree | 4b9d76440d5629d51333af8c233a211564b5e386 /src | |
| parent | dda8bad8aad23fd6b1265f1b3ee14a6eeb8ee4f4 (diff) | |
turn off SPG200 logging for release (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/machine/spg2xx.cpp | 3 |
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) |
