summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8726.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8726.cpp')
-rw-r--r--src/devices/machine/mos8726.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8726.cpp b/src/devices/machine/mos8726.cpp
index eca6ada5187..bcee7f60b87 100644
--- a/src/devices/machine/mos8726.cpp
+++ b/src/devices/machine/mos8726.cpp
@@ -40,7 +40,7 @@ const device_type MOS8726 = &device_creator<mos8726_device>;
// mos8726_device - constructor
//-------------------------------------------------
-mos8726_device::mos8726_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+mos8726_device::mos8726_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MOS8726, "MOS8726", tag, owner, clock, "mos8726", __FILE__),
device_execute_interface(mconfig, *this),
m_icount(0),