summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2151intf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2151intf.cpp')
-rw-r--r--src/devices/sound/2151intf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/2151intf.cpp b/src/devices/sound/2151intf.cpp
index e46eea7b4f6..4bbe2580d6c 100644
--- a/src/devices/sound/2151intf.cpp
+++ b/src/devices/sound/2151intf.cpp
@@ -21,7 +21,7 @@ const device_type YM2151 = &device_creator<ym2151_device>;
// ym2151_device - constructor
//-------------------------------------------------
-ym2151_device::ym2151_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+ym2151_device::ym2151_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, YM2151, "YM2151", tag, owner, clock, "ym2151", __FILE__),
device_sound_interface(mconfig, *this),
m_stream(nullptr),