summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/pdp8/hd6120.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/pdp8/hd6120.cpp')
-rw-r--r--src/devices/cpu/pdp8/hd6120.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/pdp8/hd6120.cpp b/src/devices/cpu/pdp8/hd6120.cpp
index 48134d00dd5..ec72498d272 100644
--- a/src/devices/cpu/pdp8/hd6120.cpp
+++ b/src/devices/cpu/pdp8/hd6120.cpp
@@ -1258,7 +1258,7 @@ void hd6120_device::execute_run()
break;
case minor_state::EXTIOT_5:
- if (m_intgnt)
+ if (m_intgnt && m_if < 010)
{
m_intgnt = false;
m_intgnt_callback(1);