summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m20_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m20_kbd.cpp')
-rw-r--r--src/mame/machine/m20_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m20_kbd.cpp b/src/mame/machine/m20_kbd.cpp
index ecccffae775..9b8491f94c6 100644
--- a/src/mame/machine/m20_kbd.cpp
+++ b/src/mame/machine/m20_kbd.cpp
@@ -4,7 +4,7 @@
#include "machine/m20_kbd.h"
-m20_keyboard_device::m20_keyboard_device(const machine_config& mconfig, const char* tag, device_t* owner, UINT32 clock) :
+m20_keyboard_device::m20_keyboard_device(const machine_config& mconfig, std::string tag, device_t* owner, UINT32 clock) :
serial_keyboard_device(mconfig, M20_KEYBOARD, "M20 Keyboard", tag, owner, 0, "m20_keyboard", __FILE__)
{
}