summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8706.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8706.cpp')
-rw-r--r--src/devices/machine/mos8706.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8706.cpp b/src/devices/machine/mos8706.cpp
index ca07506423b..268a4db53ed 100644
--- a/src/devices/machine/mos8706.cpp
+++ b/src/devices/machine/mos8706.cpp
@@ -35,7 +35,7 @@ const device_type MOS8706 = &device_creator<mos8706_device>;
// mos8706_device - constructor
//-------------------------------------------------
-mos8706_device::mos8706_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+mos8706_device::mos8706_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MOS8706, "MOS8706", tag, owner, clock, "mos8706", __FILE__)
{
}