summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/isbc_215g.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/isbc_215g.cpp')
-rw-r--r--src/mame/machine/isbc_215g.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/isbc_215g.cpp b/src/mame/machine/isbc_215g.cpp
index acec7caf154..e49818ee4d6 100644
--- a/src/mame/machine/isbc_215g.cpp
+++ b/src/mame/machine/isbc_215g.cpp
@@ -10,7 +10,7 @@
const device_type ISBC_215G = &device_creator<isbc_215g_device>;
-isbc_215g_device::isbc_215g_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+isbc_215g_device::isbc_215g_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
device_t(mconfig, ISBC_215G, "ISBC 215G Winchester Disk Controller", tag, owner, clock, "isbc_215g", __FILE__),
m_dmac(*this, "u84"),
m_hdd0(*this, "drive0"),