From 2fb692bded535401cd6a4ae66dc94e52a622ad09 Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 27 Dec 2017 02:29:35 -0500 Subject: [PATCH] dl1416.cpp: Better device name (nw) --- src/devices/video/dl1416.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/devices/video/dl1416.cpp b/src/devices/video/dl1416.cpp index dfa7315e522..71db403cce9 100644 --- a/src/devices/video/dl1416.cpp +++ b/src/devices/video/dl1416.cpp @@ -164,9 +164,9 @@ protected: DEVICE TYPE GLOBALS *****************************************************************************/ -DEFINE_DEVICE_TYPE(DL1414T, dl1414t_device, "dl1414t", "DL1414T") -DEFINE_DEVICE_TYPE(DL1416B, dl1416b_device, "dl1416b", "DL1416B") -DEFINE_DEVICE_TYPE(DL1416T, dl1416t_device, "dl1416t", "DL1416T") +DEFINE_DEVICE_TYPE(DL1414T, dl1414t_device, "dl1414t", "DL1414T Intelligent Display") +DEFINE_DEVICE_TYPE(DL1416B, dl1416b_device, "dl1416b", "DL1416B Intelligent Display") +DEFINE_DEVICE_TYPE(DL1416T, dl1416t_device, "dl1416t", "DL1416T Intelligent Display")