summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/zndip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/zndip.cpp')
-rw-r--r--src/mame/machine/zndip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/zndip.cpp b/src/mame/machine/zndip.cpp
index c6ba395d308..f5e1d618604 100644
--- a/src/mame/machine/zndip.cpp
+++ b/src/mame/machine/zndip.cpp
@@ -4,7 +4,7 @@
const device_type ZNDIP = &device_creator<zndip_device>;
-zndip_device::zndip_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+zndip_device::zndip_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, ZNDIP, "Sony ZNDIP", tag, owner, clock, "zndip", __FILE__),
m_data_handler(*this),
m_dataout_handler(*this),