summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2018-05-16 01:05:12 +0200
committer Olivier Galibert <galibert@pobox.com>2018-05-16 01:05:50 +0200
commit903ec1ae96b4a372abc97bd67568bbd8755423bf (patch)
treedd756adfd60f26534f9cf1132c417bf32b8884de /src/devices/video
parent252b61cca6495361a50bc9632f133cff3d68f16b (diff)
interpro: pass more diag stuff (nw)
Diffstat (limited to 'src/devices/video')
-rw-r--r--src/devices/video/dp8510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/dp8510.cpp b/src/devices/video/dp8510.cpp
index a98ea433322..4df81fd77c9 100644
--- a/src/devices/video/dp8510.cpp
+++ b/src/devices/video/dp8510.cpp
@@ -26,7 +26,7 @@
#include "emu.h"
#include "dp8510.h"
-#define VERBOSE 0
+#define VERBOSE 1
#include "logmacro.h"
DEFINE_DEVICE_TYPE(DP8510, dp8510_device, "dp8510", "National Semiconductor BITBLT Processing Unit")