summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cat702.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cat702.h')
-rw-r--r--src/mame/machine/cat702.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cat702.h b/src/mame/machine/cat702.h
index 4b93865239f..d7fa867142a 100644
--- a/src/mame/machine/cat702.h
+++ b/src/mame/machine/cat702.h
@@ -17,7 +17,7 @@ extern const device_type CAT702;
class cat702_device : public device_t
{
public:
- cat702_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ cat702_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_dataout_handler(device_t &device, _Object object) { return downcast<cat702_device &>(device).m_dataout_handler.set_callback(object); }