diff options
Diffstat (limited to 'src/devices/machine/hd64610.h')
-rw-r--r-- | src/devices/machine/hd64610.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/hd64610.h b/src/devices/machine/hd64610.h index 001d9e67b18..021cf181c27 100644 --- a/src/devices/machine/hd64610.h +++ b/src/devices/machine/hd64610.h @@ -53,7 +53,7 @@ class hd64610_device : public device_t, { public: // construction/destruction - hd64610_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + hd64610_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); template<class _Object> static devcb_base &set_out_irq_callback(device_t &device, _Object object) { return downcast<hd64610_device &>(device).m_out_irq_cb.set_callback(object); } template<class _Object> static devcb_base &set_out_1hz_callback(device_t &device, _Object object) { return downcast<hd64610_device &>(device).m_out_1hz_cb.set_callback(object); } |