summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-06-12 12:32:39 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-06-12 12:32:39 -0400
commit43d4b6ba361eef21f6cff1b583cd7c550a70c6e7 (patch)
tree4451d5dfb4944c76ada505ce9f8494e8dcc360fb /src/devices/sound
parent0cc9810bc4980ad5bcd047e30c5d416de5ac653b (diff)
ad1848, cem3394: More descriptive device names (nw)
Diffstat (limited to 'src/devices/sound')
-rw-r--r--src/devices/sound/ad1848.cpp2
-rw-r--r--src/devices/sound/cem3394.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/ad1848.cpp b/src/devices/sound/ad1848.cpp
index 66e6e958acb..27c4d87ce70 100644
--- a/src/devices/sound/ad1848.cpp
+++ b/src/devices/sound/ad1848.cpp
@@ -11,7 +11,7 @@
#include "speaker.h"
-DEFINE_DEVICE_TYPE(AD1848, ad1848_device, "ad1848", "Analog Device AD1848")
+DEFINE_DEVICE_TYPE(AD1848, ad1848_device, "ad1848", "AD1848 16-bit SoundPort Stereo Codec")
ad1848_device::ad1848_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
device_t(mconfig, AD1848, tag, owner, clock),
diff --git a/src/devices/sound/cem3394.cpp b/src/devices/sound/cem3394.cpp
index 08734c31023..22894cfcbfd 100644
--- a/src/devices/sound/cem3394.cpp
+++ b/src/devices/sound/cem3394.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Aaron Giles
/***************************************************************************
- CEM3394 sound driver.
+ Curtis Electromusic Specialties CEM3394 µP-Controllable Synthesizer Voice
This driver handles CEM-3394 analog synth chip. Very crudely.
@@ -105,7 +105,7 @@
// device type definition
-DEFINE_DEVICE_TYPE(CEM3394, cem3394_device, "cem3394", "CEM3394")
+DEFINE_DEVICE_TYPE(CEM3394, cem3394_device, "cem3394", "CEM3394 Synthesizer Voice")
//**************************************************************************
// LIVE DEVICE