From aabaed6d2469aaf93fb1564cd7d97d33e124856f Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Thu, 28 Sep 2017 16:34:18 +0200 Subject: [PATCH] Device name (nw) --- src/devices/sound/ta7630.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/sound/ta7630.cpp b/src/devices/sound/ta7630.cpp index 24edaa4b411..6dcb84455b9 100644 --- a/src/devices/sound/ta7630.cpp +++ b/src/devices/sound/ta7630.cpp @@ -27,7 +27,7 @@ //************************************************************************** // device type definition -DEFINE_DEVICE_TYPE(TA7630, ta7630_device, "ta7630", "TA7630 Device") +DEFINE_DEVICE_TYPE(TA7630, ta7630_device, "ta7630", "Toshiba TA7630P") //**************************************************************************