summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dmv_keyb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dmv_keyb.cpp')
-rw-r--r--src/mame/machine/dmv_keyb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/dmv_keyb.cpp b/src/mame/machine/dmv_keyb.cpp
index b0e139048f1..1fe0f2f8f43 100644
--- a/src/mame/machine/dmv_keyb.cpp
+++ b/src/mame/machine/dmv_keyb.cpp
@@ -207,7 +207,7 @@ ioport_constructor dmv_keyboard_device::device_input_ports() const
// dmv_keyboard_device - constructor
//-------------------------------------------------
-dmv_keyboard_device::dmv_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+dmv_keyboard_device::dmv_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DMV_KEYBOARD, "Decision Mate V Keyboard", tag, owner, clock, "dmv_keyboard", __FILE__),
m_maincpu(*this, "mcu"),
m_keyboard(*this, "COL")