summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/qx10kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/qx10kbd.cpp')
-rw-r--r--src/mame/machine/qx10kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/qx10kbd.cpp b/src/mame/machine/qx10kbd.cpp
index 1a4c7364c06..a975aaa3cc8 100644
--- a/src/mame/machine/qx10kbd.cpp
+++ b/src/mame/machine/qx10kbd.cpp
@@ -4,7 +4,7 @@
#include "machine/qx10kbd.h"
-qx10_keyboard_device::qx10_keyboard_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) :
+qx10_keyboard_device::qx10_keyboard_device(const machine_config& mconfig, std::string tag, device_t* owner, UINT32 clock) :
serial_keyboard_device(mconfig, QX10_KEYBOARD, "QX10 Keyboard", tag, owner, 0, "qx10_keyboard", __FILE__),
m_io_kbd8(*this, "TERM_LINE8"),
m_io_kbd9(*this, "TERM_LINE9"),