summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atadev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atadev.cpp')
-rw-r--r--src/devices/machine/atadev.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/machine/atadev.cpp b/src/devices/machine/atadev.cpp
index f2f5686c690..03cae8a67ed 100644
--- a/src/devices/machine/atadev.cpp
+++ b/src/devices/machine/atadev.cpp
@@ -10,10 +10,11 @@
#include "atadev.h"
//-------------------------------------------------
-// ata_device_interface - constructor
+// device_ata_interface - constructor
//-------------------------------------------------
-ata_device_interface::ata_device_interface(const machine_config &mconfig, device_t &device) :
+device_ata_interface::device_ata_interface(const machine_config &mconfig, device_t &device) :
+ device_slot_card_interface(mconfig, device),
m_irq_handler(device),
m_dmarq_handler(device),
m_dasp_handler(device),