summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/mac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/mac.cpp')
-rw-r--r--src/mame/audio/mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/mac.cpp b/src/mame/audio/mac.cpp
index d20218fe341..821c15a9afb 100644
--- a/src/mame/audio/mac.cpp
+++ b/src/mame/audio/mac.cpp
@@ -32,7 +32,7 @@
const device_type MAC_SOUND = &device_creator<mac_sound_device>;
-mac_sound_device::mac_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+mac_sound_device::mac_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MAC_SOUND, "Mac Audio Custom", tag, owner, clock, "mac_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_sample_enable(0),