From fdc00a631447922f676877ba6626ecd2f935c087 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 25 Mar 2021 21:07:44 -0700 Subject: Turn off VERBOSE --- src/devices/sound/ymfm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/ymfm.cpp b/src/devices/sound/ymfm.cpp index 5ab5122e29b..c64cbb3b626 100644 --- a/src/devices/sound/ymfm.cpp +++ b/src/devices/sound/ymfm.cpp @@ -4,7 +4,7 @@ #include "emu.h" #include "ymfm.h" -#define VERBOSE 1 +//#define VERBOSE 1 #define LOG_OUTPUT_FUNC osd_printf_verbose #include "logmacro.h" -- cgit v1.2.3