summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2018-05-26 00:40:59 +0700
committer R. Belmont <rb6502@users.noreply.github.com>2018-05-25 13:40:59 -0400
commit12f3b9f8a763aead74791a597f3ed4a15a25e145 (patch)
treea3206c9dd1598b2817c6a035d217104263e6f17d /src/devices/video
parent106e27478414a80e0959be52e55b23742855646c (diff)
interpro: lle keyboard working (#3608)
* interpro: lle keyboard working * lle keyboard working, mapping incomplete * slow down cpu, fixes keyboard boot and graphic glitching * remove unnecessary reset suspend/timer * 6700/6800 eprom confirmed to match 2700/2800 * fix line clipping crash and remove noisy logging * interpro: don't use UCHAR_MAMEKEY (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 4df81fd77c9..a98ea433322 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 1
+#define VERBOSE 0
#include "logmacro.h"
DEFINE_DEVICE_TYPE(DP8510, dp8510_device, "dp8510", "National Semiconductor BITBLT Processing Unit")