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