summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-07-25 10:59:30 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-07-25 10:59:30 -0400
commit13494ab2391a97ec29125971c31a7678a69eabbd (patch)
tree24d06894cc1cfee0f9ad09627af120f4520e617a
parent732ad6dd2e79f15b673a7285476885e8661f95cf (diff)
tx0_8kw: IOS fix
-rw-r--r--src/devices/cpu/tx0/tx0.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/tx0/tx0.cpp b/src/devices/cpu/tx0/tx0.cpp
index 34c4956bd2e..3f9bdcf2087 100644
--- a/src/devices/cpu/tx0/tx0.cpp
+++ b/src/devices/cpu/tx0/tx0.cpp
@@ -783,6 +783,7 @@ void tx0_8kw_device::execute_instruction_8kw()
/* (5 is undefined) */
int index = (MAR & 0007000) >> 9;
+ m_ios = 0;
call_io_handler(index);
m_ioh = 1;
}