summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-03-25 21:07:44 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-03-25 21:07:44 -0700
commitfdc00a631447922f676877ba6626ecd2f935c087 (patch)
tree64b40a69f6ef4af0e209a258fab8ff7bc1e464d5 /src
parentef869d880385c34bd017fbf892772d09ecb92984 (diff)
Turn off VERBOSE
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/ymfm.cpp2
1 files changed, 1 insertions, 1 deletions
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"