From 4ee28bd775bf5c95f68b2a257d4065119831269d Mon Sep 17 00:00:00 2001 From: MooglyGuy Date: Fri, 7 Feb 2020 16:19:42 +0100 Subject: -spg2xx_audio: Turn logging back off, nw --- src/devices/machine/spg2xx_audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/spg2xx_audio.cpp b/src/devices/machine/spg2xx_audio.cpp index ff99bd9e5a5..7865b13b675 100644 --- a/src/devices/machine/spg2xx_audio.cpp +++ b/src/devices/machine/spg2xx_audio.cpp @@ -37,7 +37,7 @@ DEFINE_DEVICE_TYPE(SUNPLUS_GCM394_AUDIO, sunplus_gcm394_audio_device, "gcm394_au #define LOG_ALL (LOG_SPU_READS | LOG_SPU_WRITES | LOG_UNKNOWN_SPU | LOG_CHANNEL_READS | LOG_CHANNEL_WRITES \ | LOG_ENVELOPES | LOG_SAMPLES | LOG_RAMPDOWN | LOG_BEAT) -#define VERBOSE (LOG_ALL & ~(LOG_SAMPLES | LOG_ENVELOPES)) +#define VERBOSE (0) #include "logmacro.h" #define SPG_DEBUG_AUDIO (0) -- cgit v1.2.3