From 9254c8d3cf738d603bbd6555c11b1173387ab1b5 Mon Sep 17 00:00:00 2001 From: Joakim Larsson Edstrom Date: Sun, 27 Mar 2016 14:20:25 +0200 Subject: [PATCH] turned off logging --- src/devices/machine/z80scc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/machine/z80scc.cpp b/src/devices/machine/z80scc.cpp index 810082a7241..9aad62e27c7 100644 --- a/src/devices/machine/z80scc.cpp +++ b/src/devices/machine/z80scc.cpp @@ -76,7 +76,7 @@ TODO: // MACROS / CONSTANTS //************************************************************************** -#define VERBOSE 2 +#define VERBOSE 0 #define LOG(x) do { if (VERBOSE) logerror x; } while (0) #if VERBOSE == 2