summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/r10788.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/r10788.c')
-rw-r--r--src/emu/machine/r10788.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/r10788.c b/src/emu/machine/r10788.c
index 71208863a4b..b6c79be11f4 100644
--- a/src/emu/machine/r10788.c
+++ b/src/emu/machine/r10788.c
@@ -41,7 +41,7 @@
#include "emu.h"
#include "machine/r10788.h"
-#define VERBOSE 1
+#define VERBOSE 0
#if VERBOSE
#define LOG(x) logerror x
#else