summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd11c00_17.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd11c00_17.h')
-rw-r--r--src/devices/machine/wd11c00_17.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd11c00_17.h b/src/devices/machine/wd11c00_17.h
index 7104e20c4dc..ac97a8617b0 100644
--- a/src/devices/machine/wd11c00_17.h
+++ b/src/devices/machine/wd11c00_17.h
@@ -63,7 +63,7 @@ class wd11c00_17_device : public device_t
{
public:
// construction/destruction
- wd11c00_17_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wd11c00_17_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_out_irq5_callback(device_t &device, _Object object) { return downcast<wd11c00_17_device &>(device).m_out_irq5_cb.set_callback(object); }
template<class _Object> static devcb_base &set_out_drq3_callback(device_t &device, _Object object) { return downcast<wd11c00_17_device &>(device).m_out_drq3_cb.set_callback(object); }