diff options
Diffstat (limited to 'src/mame/audio/wiping.cpp')
-rw-r--r-- | src/mame/audio/wiping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/wiping.cpp b/src/mame/audio/wiping.cpp index 82bd7f5653e..38925e08c37 100644 --- a/src/mame/audio/wiping.cpp +++ b/src/mame/audio/wiping.cpp @@ -16,7 +16,7 @@ static const int defgain = 48; const device_type WIPING = &device_creator<wiping_sound_device>; -wiping_sound_device::wiping_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +wiping_sound_device::wiping_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, WIPING, "Wiping Audio Custom", tag, owner, clock, "wiping_sound", __FILE__), device_sound_interface(mconfig, *this), m_last_channel(nullptr), |