ad1848, cem3394: More descriptive device names (nw)

This commit is contained in:
AJR 2018-06-12 12:32:39 -04:00
parent 0cc9810bc4
commit 43d4b6ba36
2 changed files with 3 additions and 3 deletions

View File

@ -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),

View File

@ -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