summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mos8722.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mos8722.h')
-rw-r--r--src/devices/machine/mos8722.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mos8722.h b/src/devices/machine/mos8722.h
index 5cbe9681da3..d3fd9de1245 100644
--- a/src/devices/machine/mos8722.h
+++ b/src/devices/machine/mos8722.h
@@ -73,7 +73,7 @@ class mos8722_device : public device_t
{
public:
// construction/destruction
- mos8722_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ mos8722_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_z80en_wr_callback(device_t &device, _Object object) { return downcast<mos8722_device &>(device).m_write_z80en.set_callback(object); }
template<class _Object> static devcb_base &set_fsdir_wr_callback(device_t &device, _Object object) { return downcast<mos8722_device &>(device).m_write_fsdir.set_callback(object); }