summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/kc_keyb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/kc_keyb.cpp')
-rw-r--r--src/mame/machine/kc_keyb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/kc_keyb.cpp b/src/mame/machine/kc_keyb.cpp
index 740d0dc7fce..9a6859fbd44 100644
--- a/src/mame/machine/kc_keyb.cpp
+++ b/src/mame/machine/kc_keyb.cpp
@@ -435,7 +435,7 @@ INPUT_PORTS_END
//-------------------------------------------------
// kc_keyboard_device - constructor
//-------------------------------------------------
-kc_keyboard_device::kc_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+kc_keyboard_device::kc_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, KC_KEYBOARD, "KC Keyboard", tag, owner, clock, "kc_keyboard", __FILE__),
m_write_out(*this)
{