summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2413intf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2413intf.cpp')
-rw-r--r--src/devices/sound/2413intf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/2413intf.cpp b/src/devices/sound/2413intf.cpp
index 2010264313d..4c501a02025 100644
--- a/src/devices/sound/2413intf.cpp
+++ b/src/devices/sound/2413intf.cpp
@@ -78,7 +78,7 @@ WRITE8_MEMBER( ym2413_device::data_port_w ) { write(space, 1, data); }
const device_type YM2413 = &device_creator<ym2413_device>;
-ym2413_device::ym2413_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+ym2413_device::ym2413_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, YM2413, "YM2413", tag, owner, clock, "ym2413", __FILE__),
device_sound_interface(mconfig, *this)
{