summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/amiga.c')
-rw-r--r--src/mame/audio/amiga.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/amiga.c b/src/mame/audio/amiga.c
index 0d257a3e1cf..14ef5e116f9 100644
--- a/src/mame/audio/amiga.c
+++ b/src/mame/audio/amiga.c
@@ -20,8 +20,8 @@
*
*************************************/
-#define LOG(x)
-//#define LOG(x) logerror x
+#define VERBOSE 0
+#define LOG(x) do { if (VERBOSE) logerror x; } while (0)