summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/galaxian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/galaxian.cpp')
-rw-r--r--src/mame/audio/galaxian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/galaxian.cpp b/src/mame/audio/galaxian.cpp
index 95598d41d1d..c247164bcaa 100644
--- a/src/mame/audio/galaxian.cpp
+++ b/src/mame/audio/galaxian.cpp
@@ -389,7 +389,7 @@ DISCRETE_SOUND_END
const device_type GALAXIAN = &device_creator<galaxian_sound_device>;
-galaxian_sound_device::galaxian_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+galaxian_sound_device::galaxian_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, GALAXIAN, "Galaxian Audio Custom", tag, owner, clock, "galaxian_sound", __FILE__),
device_sound_interface(mconfig, *this),
m_lfo_val(0)