diff options
Diffstat (limited to 'src/devices/sound/cdda.cpp')
-rw-r--r-- | src/devices/sound/cdda.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/cdda.cpp b/src/devices/sound/cdda.cpp index 3223142a062..96b96ef2baa 100644 --- a/src/devices/sound/cdda.cpp +++ b/src/devices/sound/cdda.cpp @@ -254,7 +254,7 @@ INT16 cdda_device::get_channel_volume(int channel) const device_type CDDA = &device_creator<cdda_device>; -cdda_device::cdda_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) +cdda_device::cdda_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) : device_t(mconfig, CDDA, "CD/DA", tag, owner, clock, "cdda", __FILE__), device_sound_interface(mconfig, *this) { |