summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_sb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_sb.cpp')
-rw-r--r--src/mame/machine/inder_sb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_sb.cpp b/src/mame/machine/inder_sb.cpp
index 649ca4893d3..bad2b30d279 100644
--- a/src/mame/machine/inder_sb.cpp
+++ b/src/mame/machine/inder_sb.cpp
@@ -11,7 +11,7 @@
extern const device_type INDER_AUDIO = &device_creator<inder_sb_device>;
-inder_sb_device::inder_sb_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+inder_sb_device::inder_sb_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, INDER_AUDIO, "Inder 4xDAC Sound Board", tag, owner, clock, "indersb", __FILE__),
device_mixer_interface(mconfig, *this, 2),
m_audiocpu(*this, "audiocpu"),