summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/vt83c461.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/vt83c461.cpp')
-rw-r--r--src/devices/machine/vt83c461.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/vt83c461.cpp b/src/devices/machine/vt83c461.cpp
index e27c3e58aa4..1957b848c9b 100644
--- a/src/devices/machine/vt83c461.cpp
+++ b/src/devices/machine/vt83c461.cpp
@@ -18,7 +18,7 @@
const device_type VT83C461 = &device_creator<vt83c461_device>;
-vt83c461_device::vt83c461_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) :
+vt83c461_device::vt83c461_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
ide_controller_32_device(mconfig, VT83C461, "VIA VT83C461", tag, owner, clock, "vt83c461", __FILE__),
m_config_unknown(0),
m_config_register_num(0)