summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c93.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd33c93.h')
-rw-r--r--src/devices/machine/wd33c93.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd33c93.h b/src/devices/machine/wd33c93.h
index b749131d692..f006ee737c4 100644
--- a/src/devices/machine/wd33c93.h
+++ b/src/devices/machine/wd33c93.h
@@ -54,7 +54,7 @@ class wd33c93_device : public legacy_scsi_host_adapter
{
public:
// construction/destruction
- wd33c93_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ wd33c93_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_irq_callback(device_t &device, _Object object) { return downcast<wd33c93_device &>(device).m_irq_cb.set_callback(object); }