summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/amigafdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/amigafdc.h')
-rw-r--r--src/devices/machine/amigafdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/amigafdc.h b/src/devices/machine/amigafdc.h
index 2cef736e6cf..1376db45d04 100644
--- a/src/devices/machine/amigafdc.h
+++ b/src/devices/machine/amigafdc.h
@@ -11,7 +11,7 @@
class amiga_fdc : public device_t {
public:
- amiga_fdc(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ amiga_fdc(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_index_wr_callback(device_t &device, _Object object) { return downcast<amiga_fdc &>(device).m_write_index.set_callback(object); }