summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/k7659kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/k7659kb.cpp')
-rw-r--r--src/mame/machine/k7659kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/k7659kb.cpp b/src/mame/machine/k7659kb.cpp
index 5b46d8a9814..e254b7d7fc2 100644
--- a/src/mame/machine/k7659kb.cpp
+++ b/src/mame/machine/k7659kb.cpp
@@ -212,7 +212,7 @@ ioport_constructor k7659_keyboard_device::device_input_ports() const
// k7659_keyboard_device - constructor
//-------------------------------------------------
-k7659_keyboard_device::k7659_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+k7659_keyboard_device::k7659_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, K7659_KEYBOARD, "K7659 Keyboard", tag, owner, clock, "k7659kb", __FILE__)
{}