summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound.c')
-rw-r--r--src/emu/sound.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/sound.c b/src/emu/sound.c
index 8c0ffc5cbca..4b6caca5d58 100644
--- a/src/emu/sound.c
+++ b/src/emu/sound.c
@@ -24,11 +24,7 @@
#define VERBOSE (0)
-#if VERBOSE
-#define VPRINTF(x) mame_printf_debug x
-#else
-#define VPRINTF(x)
-#endif
+#define VPRINTF(x) do { if (VERBOSE) mame_printf_debug x; } while (0)