summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mcr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mcr.c')
-rw-r--r--src/mame/machine/mcr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/mcr.c b/src/mame/machine/mcr.c
index 5e2b20dca3a..91b91f09c1b 100644
--- a/src/mame/machine/mcr.c
+++ b/src/mame/machine/mcr.c
@@ -15,8 +15,8 @@
#include "cpu/z80/z80daisy.h"
#include "mcr.h"
-
-#define LOG(x) logerror x
+#define VERBOSE 1
+#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
/*************************************