summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fdc37c665gt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/fdc37c665gt.cpp')
-rw-r--r--src/devices/machine/fdc37c665gt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/fdc37c665gt.cpp b/src/devices/machine/fdc37c665gt.cpp
index 21429d640b8..671d0314560 100644
--- a/src/devices/machine/fdc37c665gt.cpp
+++ b/src/devices/machine/fdc37c665gt.cpp
@@ -2,7 +2,7 @@
// copyright-holders:smf
#include "fdc37c665gt.h"
-fdc37c665gt_device::fdc37c665gt_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+fdc37c665gt_device::fdc37c665gt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, FDC37C665GT, "FDC37C665GT", tag, owner, clock, "fdc37c665gt", __FILE__),
m_uart1(*this, "uart1"),
m_uart2(*this, "uart2")