summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tsispch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tsispch.cpp')
-rw-r--r--src/mame/drivers/tsispch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tsispch.cpp b/src/mame/drivers/tsispch.cpp
index 8f586ae4fc7..9b499f6b8a1 100644
--- a/src/mame/drivers/tsispch.cpp
+++ b/src/mame/drivers/tsispch.cpp
@@ -121,8 +121,6 @@
#include "sound/dac.h"
#include "speaker.h"
-namespace {
-
// defines
//#define LOG_GENERAL (1U << 0) //defined in logmacro.h already
@@ -133,6 +131,8 @@ namespace {
//#define LOG_OUTPUT_FUNC printf
#include "logmacro.h"
+namespace {
+
#define LOGGEN(...) LOGMASKED(LOG_GENERAL, __VA_ARGS__)
#define LOGPRM(...) LOGMASKED(LOG_PARAM, __VA_ARGS__)
#define LOGDSP(...) LOGMASKED(LOG_DSP, __VA_ARGS__)