summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/gayle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/gayle.cpp')
-rw-r--r--src/devices/machine/gayle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/gayle.cpp b/src/devices/machine/gayle.cpp
index 03f96ac1517..93ea9034eb0 100644
--- a/src/devices/machine/gayle.cpp
+++ b/src/devices/machine/gayle.cpp
@@ -33,7 +33,7 @@ const device_type GAYLE = &device_creator<gayle_device>;
// gayle_device - constructor
//-------------------------------------------------
-gayle_device::gayle_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+gayle_device::gayle_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, GAYLE, "GAYLE", tag, owner, clock, "gayle", __FILE__),
m_int2_w(*this),
m_cs0_read(*this),