summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/trs80m2kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/trs80m2kb.cpp')
-rw-r--r--src/mame/machine/trs80m2kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/trs80m2kb.cpp b/src/mame/machine/trs80m2kb.cpp
index d098a56ae88..c08c041e844 100644
--- a/src/mame/machine/trs80m2kb.cpp
+++ b/src/mame/machine/trs80m2kb.cpp
@@ -226,7 +226,7 @@ ioport_constructor trs80m2_keyboard_device::device_input_ports() const
// trs80m2_keyboard_device - constructor
//-------------------------------------------------
-trs80m2_keyboard_device::trs80m2_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
+trs80m2_keyboard_device::trs80m2_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
: device_t(mconfig, TRS80M2_KEYBOARD, "TRS-80 Model II Keyboard", tag, owner, clock, "trs80m2kb", __FILE__),
m_maincpu(*this, I8021_TAG),
m_y0(*this, "Y0"),