summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/segam1audio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/segam1audio.cpp')
-rw-r--r--src/mame/audio/segam1audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/segam1audio.cpp b/src/mame/audio/segam1audio.cpp
index 3e5a37120a3..f8b879c408b 100644
--- a/src/mame/audio/segam1audio.cpp
+++ b/src/mame/audio/segam1audio.cpp
@@ -81,7 +81,7 @@ machine_config_constructor segam1audio_device::device_mconfig_additions() const
// segam1audio_device - constructor
//-------------------------------------------------
-segam1audio_device::segam1audio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+segam1audio_device::segam1audio_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, SEGAM1AUDIO, "Sega Model 1 Sound Board", tag, owner, clock, "segam1audio", __FILE__),
m_audiocpu(*this, M68000_TAG),
m_multipcm_1(*this, MULTIPCM_1_TAG),