summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x68k_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x68k_kbd.cpp')
-rw-r--r--src/mame/machine/x68k_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x68k_kbd.cpp b/src/mame/machine/x68k_kbd.cpp
index 00301df3491..675038414c4 100644
--- a/src/mame/machine/x68k_kbd.cpp
+++ b/src/mame/machine/x68k_kbd.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Barry Rodewald
#include "machine/x68k_kbd.h"
-x68k_keyboard_device::x68k_keyboard_device(const machine_config& mconfig, std::string tag, device_t* owner, UINT32 clock) :
+x68k_keyboard_device::x68k_keyboard_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) :
serial_keyboard_device(mconfig, X68K_KEYBOARD, "X68k Keyboard", tag, owner, 0, "x68k_keyboard", __FILE__),
m_io_kbd8(*this, "TERM_LINE8"),
m_io_kbd9(*this, "TERM_LINE9"),