summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-07-20 00:33:41 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-07-20 00:33:41 -0400
commit88b2f557d34391a1b521745c3a80ffeec256237b (patch)
tree5c75f5bb271f24d99e0f12fd112c146803816e74
parenta5de756133b79008d129fe113558055cfb404909 (diff)
tmc600.cpp: Fix config (nw)
-rw-r--r--src/mame/drivers/tmc600.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tmc600.cpp b/src/mame/drivers/tmc600.cpp
index ece2550ae81..aaf84f420ff 100644
--- a/src/mame/drivers/tmc600.cpp
+++ b/src/mame/drivers/tmc600.cpp
@@ -280,7 +280,7 @@ MACHINE_CONFIG_START(tmc600_state::tmc600)
#endif
// printer output latch
- cdp1852_device &prtout(CDP1852(config, CDP1852_KB_TAG)); // clock is CDP1802 TPB
+ cdp1852_device &prtout(CDP1852(config, CDP1852_TMC700_TAG)); // clock is CDP1802 TPB
prtout.mode_cb().set_constant(1);
prtout.do_cb().set(FUNC(tmc600_state::printer_w));