summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mackbd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mackbd.cpp')
-rw-r--r--src/mame/machine/mackbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mackbd.cpp b/src/mame/machine/mackbd.cpp
index 44739089e72..7244b16866f 100644
--- a/src/mame/machine/mackbd.cpp
+++ b/src/mame/machine/mackbd.cpp
@@ -209,7 +209,7 @@ ioport_constructor mackbd_device::device_input_ports() const
// mackbd_device - constructor
//-------------------------------------------------
-mackbd_device::mackbd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+mackbd_device::mackbd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, MACKBD, "Macintosh keyboard", tag, owner, clock, "mackbd", __FILE__),
m_maincpu(*this, MACKBD_CPU_TAG),
m_clkout_handler(*this),