diff options
Diffstat (limited to 'src/devices/machine/ns32081.cpp')
-rw-r--r-- | src/devices/machine/ns32081.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ns32081.cpp b/src/devices/machine/ns32081.cpp index 7f4e8f6be55..6b16008ffde 100644 --- a/src/devices/machine/ns32081.cpp +++ b/src/devices/machine/ns32081.cpp @@ -628,7 +628,7 @@ void ns32081_device::execute() m_state = STATUS; - if (m_out_scb) + if (!m_out_scb.isunset()) m_complete->adjust(attotime::from_ticks(m_tcy, clock())); } |