summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/channelf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/channelf.cpp')
-rw-r--r--src/mame/audio/channelf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/channelf.cpp b/src/mame/audio/channelf.cpp
index 2cf03d70aa0..8eed4ac9cc5 100644
--- a/src/mame/audio/channelf.cpp
+++ b/src/mame/audio/channelf.cpp
@@ -8,7 +8,7 @@
const device_type CHANNELF_SOUND = &device_creator<channelf_sound_device>;
-channelf_sound_device::channelf_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+channelf_sound_device::channelf_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, CHANNELF_SOUND, "Channel F Sound", tag, owner, clock, "channelf_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_channel(nullptr),