summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/x820kb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/x820kb.cpp')
-rw-r--r--src/mame/machine/x820kb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/x820kb.cpp b/src/mame/machine/x820kb.cpp
index 115e8591e4a..d68d53a152b 100644
--- a/src/mame/machine/x820kb.cpp
+++ b/src/mame/machine/x820kb.cpp
@@ -239,7 +239,7 @@ ioport_constructor xerox_820_keyboard_t::device_input_ports() const
// xerox_820_keyboard_t - constructor
//-------------------------------------------------
-xerox_820_keyboard_t::xerox_820_keyboard_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+xerox_820_keyboard_t::xerox_820_keyboard_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, XEROX_820_KEYBOARD, "Xerox 820 Keyboard", tag, owner, clock, "x820kb", __FILE__),
m_maincpu(*this, I8748_TAG),
m_y0(*this, "Y0"),