summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/vt83c461.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/vt83c461.c')
-rw-r--r--src/emu/machine/vt83c461.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/vt83c461.c b/src/emu/machine/vt83c461.c
index 4da2166a9f4..05400710197 100644
--- a/src/emu/machine/vt83c461.c
+++ b/src/emu/machine/vt83c461.c
@@ -17,7 +17,7 @@
const device_type VT83C461 = &device_creator<vt83c461_device>;
vt83c461_device::vt83c461_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- ide_controller_device(mconfig, VT83C461, "VIA VT83C461", tag, owner, clock),
+ ide_controller_device(mconfig, VT83C461, "VIA VT83C461", tag, owner, clock, "vt83c461", __FILE__),
m_config_unknown(0),
m_config_register_num(0)
{