summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec_lk201.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dec_lk201.cpp')
-rw-r--r--src/mame/machine/dec_lk201.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dec_lk201.cpp b/src/mame/machine/dec_lk201.cpp
index 5c5be3b37a4..1c2c4fdf552 100644
--- a/src/mame/machine/dec_lk201.cpp
+++ b/src/mame/machine/dec_lk201.cpp
@@ -461,7 +461,7 @@ ioport_constructor lk201_device::device_input_ports() const
// lk201_device - constructor
//-------------------------------------------------
-lk201_device::lk201_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+lk201_device::lk201_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, LK201, "DEC LK201 keyboard", tag, owner, clock, "lk201", __FILE__),
device_serial_interface(mconfig, *this),
m_maincpu(*this, LK201_CPU_TAG),