summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lc89510.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lc89510.cpp')
-rw-r--r--src/devices/machine/lc89510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lc89510.cpp b/src/devices/machine/lc89510.cpp
index 97adba322c4..9ad9f4cb37a 100644
--- a/src/devices/machine/lc89510.cpp
+++ b/src/devices/machine/lc89510.cpp
@@ -11,7 +11,7 @@
const device_type LC89510 = &device_creator<lc89510_device>;
-lc89510_device::lc89510_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+lc89510_device::lc89510_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, LC89510, "lc89510_device", tag, owner, clock, "lc89510", __FILE__)
{
}