summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/vc4000snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/vc4000snd.cpp')
-rw-r--r--src/mame/audio/vc4000snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/vc4000snd.cpp b/src/mame/audio/vc4000snd.cpp
index 2d25524cb88..72a8e46b349 100644
--- a/src/mame/audio/vc4000snd.cpp
+++ b/src/mame/audio/vc4000snd.cpp
@@ -12,7 +12,7 @@
const device_type VC4000_SND = &device_creator<vc4000_sound_device>;
-vc4000_sound_device::vc4000_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+vc4000_sound_device::vc4000_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, VC4000_SND, "Intertion Electronic VC 4000 Audio Custom", tag, owner, clock, "vc4000_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_channel(nullptr),