summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5380.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5380.h')
-rw-r--r--src/devices/machine/ncr5380.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5380.h b/src/devices/machine/ncr5380.h
index 77e8adc58b0..24ba21e9bb3 100644
--- a/src/devices/machine/ncr5380.h
+++ b/src/devices/machine/ncr5380.h
@@ -41,7 +41,7 @@ class ncr5380_device : public legacy_scsi_host_adapter
{
public:
// construction/destruction
- ncr5380_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ncr5380_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<ncr5380_device &>(device).m_irq_cb.set_callback(object); }