mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
ad1848, cem3394: More descriptive device names (nw)
This commit is contained in:
parent
0cc9810bc4
commit
43d4b6ba36
@ -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),
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user