diff options
Diffstat (limited to 'src/devices/sound/dmadac.cpp')
-rw-r--r-- | src/devices/sound/dmadac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/dmadac.cpp b/src/devices/sound/dmadac.cpp index 769cfaf9f89..24e89835d06 100644 --- a/src/devices/sound/dmadac.cpp +++ b/src/devices/sound/dmadac.cpp @@ -198,7 +198,7 @@ void dmadac_sound_device::set_volume(UINT16 volume) const device_type DMADAC = &device_creator<dmadac_sound_device>; -dmadac_sound_device::dmadac_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +dmadac_sound_device::dmadac_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, DMADAC, "DMA-driven DAC", tag, owner, clock, "dmadac", __FILE__), device_sound_interface(mconfig, *this), m_buffer(nullptr), |