summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ncr539x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ncr539x.cpp')
-rw-r--r--src/devices/machine/ncr539x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/ncr539x.cpp b/src/devices/machine/ncr539x.cpp
index 09e0bee9f21..1ddd46b2c18 100644
--- a/src/devices/machine/ncr539x.cpp
+++ b/src/devices/machine/ncr539x.cpp
@@ -160,6 +160,7 @@ void ncr539x_device::device_reset()
m_control1 = m_control2 = m_control3 = m_control4 = 0;
m_chipid_available = false;
m_chipid_lock = false;
+ m_fifo_internal_state = 0;
m_out_irq_cb(CLEAR_LINE);
m_out_drq_cb(CLEAR_LINE);