From 41cd0bf725e401c4c237510a26784d3faee0da05 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Sun, 2 Apr 2023 12:16:33 +0300 Subject: sn76477: Make it less verbose --- src/devices/sound/sn76477.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/sn76477.cpp b/src/devices/sound/sn76477.cpp index 1ccbd2fc4b5..5e98ef94f65 100644 --- a/src/devices/sound/sn76477.cpp +++ b/src/devices/sound/sn76477.cpp @@ -49,7 +49,7 @@ * *****************************************************************************/ -#define VERBOSE 1 +#define VERBOSE 0 /* if 1, create a .wav file of the sound produced */ #define LOG_WAV 0 -- cgit v1.2.3