summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/warpwarp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/warpwarp.cpp')
-rw-r--r--src/mame/audio/warpwarp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/warpwarp.cpp b/src/mame/audio/warpwarp.cpp
index f5393f3434c..d0c17d54d77 100644
--- a/src/mame/audio/warpwarp.cpp
+++ b/src/mame/audio/warpwarp.cpp
@@ -18,7 +18,7 @@
const device_type WARPWARP = &device_creator<warpwarp_sound_device>;
-warpwarp_sound_device::warpwarp_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+warpwarp_sound_device::warpwarp_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, WARPWARP, "Warp Warp Audio Custom", tag, owner, clock, "warpwarp_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_decay(nullptr),