summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cat702.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cat702.cpp')
-rw-r--r--src/mame/machine/cat702.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cat702.cpp b/src/mame/machine/cat702.cpp
index c02c4394ce1..c0c85f84be1 100644
--- a/src/mame/machine/cat702.cpp
+++ b/src/mame/machine/cat702.cpp
@@ -88,7 +88,7 @@
const device_type CAT702 = &device_creator<cat702_device>;
-cat702_device::cat702_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
+cat702_device::cat702_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
device_t(mconfig, CAT702, "CAT702", tag, owner, clock, "cat702", __FILE__),
m_dataout_handler(*this)
{