summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr5380n.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr5380n.h')
-rw-r--r--src/devices/machine/ncr5380n.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ncr5380n.h b/src/devices/machine/ncr5380n.h
index 444ef1af32d..4a54d170783 100644
--- a/src/devices/machine/ncr5380n.h
+++ b/src/devices/machine/ncr5380n.h
@@ -22,7 +22,7 @@
class ncr5380n_device : public nscsi_device
{
public:
- ncr5380n_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ ncr5380n_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_irq_handler(device_t &device, _Object object) { return downcast<ncr5380n_device &>(device).m_irq_handler.set_callback(object); }