summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2020-02-07 16:19:42 +0100
committer MooglyGuy <therealmogminer@gmail.com>2020-02-07 16:19:42 +0100
commit4ee28bd775bf5c95f68b2a257d4065119831269d (patch)
treeeac241e6ff99742e8f6e9ea023e0ab36c7861084 /src/devices/machine
parentfdc92d8bf435ef7ac42fba96f2c9d7175ae050af (diff)
-spg2xx_audio: Turn logging back off, nw
Diffstat (limited to 'src/devices/machine')
-rw-r--r--src/devices/machine/spg2xx_audio.cpp2
1 files changed, 1 insertions, 1 deletions
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)