summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pcd_kbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pcd_kbd.cpp')
-rw-r--r--src/mame/machine/pcd_kbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pcd_kbd.cpp b/src/mame/machine/pcd_kbd.cpp
index 4c1aa9f0ea5..5f60b353fe7 100644
--- a/src/mame/machine/pcd_kbd.cpp
+++ b/src/mame/machine/pcd_kbd.cpp
@@ -221,7 +221,7 @@ ioport_constructor pcd_keyboard_device::device_input_ports() const
return INPUT_PORTS_NAME( pcd_keyboard );
}
-pcd_keyboard_device::pcd_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+pcd_keyboard_device::pcd_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PCD_KEYBOARD, "PC-D Keyboard", tag, owner, clock, "pcd_kbd", __FILE__),
m_rows(*this, "ROW"),
m_p1(0),