summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/tvc_snd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/tvc_snd.cpp')
-rw-r--r--src/mame/audio/tvc_snd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/tvc_snd.cpp b/src/mame/audio/tvc_snd.cpp
index 29d61b5dc7c..d7eb902994b 100644
--- a/src/mame/audio/tvc_snd.cpp
+++ b/src/mame/audio/tvc_snd.cpp
@@ -16,7 +16,7 @@ const device_type TVC_SOUND = &device_creator<tvc_sound_device>;
// tvc_sound_device - constructor
//-------------------------------------------------
-tvc_sound_device::tvc_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+tvc_sound_device::tvc_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, TVC_SOUND, "TVC 64 Audio Custom", tag, owner, clock, "tvc_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_write_sndint(*this)