summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-15 16:56:05 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-15 16:56:05 -0500
commit37c14da31ec9f65440b3f489db6a82b6b873c437 (patch)
treec8f33f509a2adc68c222b81403bb8e34cf7aea50 /src/devices/video
parent984cb27a7ee4c2cb70f590b4631a0820bb5997a4 (diff)
hd44780: Turn logging back off (nw)
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/hd44780.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/hd44780.cpp b/src/devices/video/hd44780.cpp
index 03cb2c9013f..f914cee1616 100644
--- a/src/devices/video/hd44780.cpp
+++ b/src/devices/video/hd44780.cpp
@@ -13,7 +13,7 @@
#include "emu.h"
#include "video/hd44780.h"
-#define VERBOSE 1
+//#define VERBOSE 1
#include "logmacro.h"