summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/cdp1852.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/cdp1852.cpp')
-rw-r--r--src/devices/machine/cdp1852.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/cdp1852.cpp b/src/devices/machine/cdp1852.cpp
index 52fe18eb82b..90572f4dc87 100644
--- a/src/devices/machine/cdp1852.cpp
+++ b/src/devices/machine/cdp1852.cpp
@@ -38,7 +38,7 @@ enum
// cdp1852_device - constructor
//-------------------------------------------------
-cdp1852_device::cdp1852_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+cdp1852_device::cdp1852_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, CDP1852, "CDP1852 I/O", tag, owner, clock, "cdp1852", __FILE__),
m_read_mode(*this),
m_write_sr(*this),