summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/atahle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/atahle.cpp')
-rw-r--r--src/devices/machine/atahle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/atahle.cpp b/src/devices/machine/atahle.cpp
index 4bab8c790f5..6bd963f946c 100644
--- a/src/devices/machine/atahle.cpp
+++ b/src/devices/machine/atahle.cpp
@@ -66,7 +66,7 @@ ata_hle_device::ata_hle_device(const machine_config &mconfig, device_type type,
m_pdiagin(0),
m_pdiagout(0),
m_single_device(0),
- m_resetting(0)
+ m_resetting(0), m_busy_timer(nullptr), m_buffer_empty_timer(nullptr)
{
}