summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m24_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m24_kbd.cpp')
-rw-r--r--src/mame/machine/m24_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m24_kbd.cpp b/src/mame/machine/m24_kbd.cpp
index a29c518943b..5cc05a95b16 100644
--- a/src/mame/machine/m24_kbd.cpp
+++ b/src/mame/machine/m24_kbd.cpp
@@ -210,7 +210,7 @@ ioport_constructor m24_keyboard_device::device_input_ports() const
return INPUT_PORTS_NAME( m24_keyboard );
}
-m24_keyboard_device::m24_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+m24_keyboard_device::m24_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, M24_KEYBOARD, "Olivetti M24 Keyboard", tag, owner, clock, "m24_kbd", __FILE__),
m_rows(*this, "ROW"),
m_mousebtn(*this, "MOUSEBTN"),