summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/victor9k_fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/victor9k_fdc.h')
-rw-r--r--src/mame/machine/victor9k_fdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/victor9k_fdc.h b/src/mame/machine/victor9k_fdc.h
index 60935760748..468d9d360af 100644
--- a/src/mame/machine/victor9k_fdc.h
+++ b/src/mame/machine/victor9k_fdc.h
@@ -45,7 +45,7 @@ class victor_9000_fdc_t : public device_t
{
public:
// construction/destruction
- victor_9000_fdc_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ victor_9000_fdc_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_irq_wr_callback(device_t &device, _Object object) { return downcast<victor_9000_fdc_t &>(device).m_irq_cb.set_callback(object); }
template<class _Object> static devcb_base &set_syn_wr_callback(device_t &device, _Object object) { return downcast<victor_9000_fdc_t &>(device).m_syn_cb.set_callback(object); }