summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/nscsi_cb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/nscsi_cb.cpp')
-rw-r--r--src/devices/machine/nscsi_cb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nscsi_cb.cpp b/src/devices/machine/nscsi_cb.cpp
index 5c3c12e8a34..94950098f6a 100644
--- a/src/devices/machine/nscsi_cb.cpp
+++ b/src/devices/machine/nscsi_cb.cpp
@@ -14,7 +14,7 @@ nscsi_callback_device::nscsi_callback_device(const machine_config &mconfig, cons
m_write_io(*this),
m_write_cd(*this),
m_write_sel(*this),
- m_write_bsy(*this)
+ m_write_bsy(*this), m_ctrl(0)
{
}