summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/k056230.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/k056230.cpp')
-rw-r--r--src/devices/machine/k056230.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/k056230.cpp b/src/devices/machine/k056230.cpp
index 8d750b66a8a..46e63a89124 100644
--- a/src/devices/machine/k056230.cpp
+++ b/src/devices/machine/k056230.cpp
@@ -21,7 +21,7 @@ const device_type K056230 = &device_creator<k056230_device>;
// k056230_device - constructor
//-------------------------------------------------
-k056230_device::k056230_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+k056230_device::k056230_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K056230, "K056230 LANC", tag, owner, clock, "k056230", __FILE__),
m_is_thunderh(0),
m_cpu(*this)