From 865e5733300e559d67f7b0a7829bb0f95400d4cc Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 25 Mar 2018 11:16:38 -0400 Subject: nt7534: Shut up logging (nw) --- src/devices/video/nt7534.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/nt7534.cpp b/src/devices/video/nt7534.cpp index cf2219b3805..282ced90a46 100644 --- a/src/devices/video/nt7534.cpp +++ b/src/devices/video/nt7534.cpp @@ -12,7 +12,7 @@ #include "emu.h" #include "video/nt7534.h" -#define VERBOSE 1 +#define VERBOSE 0 #include "logmacro.h" -- cgit v1.2.3