summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/fm_scsi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fm_scsi.cpp')
-rw-r--r--src/mame/machine/fm_scsi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/fm_scsi.cpp b/src/mame/machine/fm_scsi.cpp
index bbb985c1541..a63795db0c2 100644
--- a/src/mame/machine/fm_scsi.cpp
+++ b/src/mame/machine/fm_scsi.cpp
@@ -38,7 +38,7 @@ const device_type FMSCSI = &device_creator<fmscsi_device>;
* Device
*/
-fmscsi_device::fmscsi_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+fmscsi_device::fmscsi_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: legacy_scsi_host_adapter(mconfig, FMSCSI, "FM-SCSI", tag, owner, clock, "fmscsi", __FILE__),
m_irq_handler(*this),
m_drq_handler(*this)