summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb14241.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb14241.cpp')
-rw-r--r--src/devices/machine/mb14241.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb14241.cpp b/src/devices/machine/mb14241.cpp
index 44c49fb4e88..8948b28703c 100644
--- a/src/devices/machine/mb14241.cpp
+++ b/src/devices/machine/mb14241.cpp
@@ -17,7 +17,7 @@
const device_type MB14241 = &device_creator<mb14241_device>;
-mb14241_device::mb14241_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+mb14241_device::mb14241_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MB14241, "MB14241 Data Shifter", tag, owner, clock, "mb14241", __FILE__), m_shift_data(0), m_shift_count(0)
{
}