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