From 13494ab2391a97ec29125971c31a7678a69eabbd Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 25 Jul 2021 10:59:30 -0400 Subject: tx0_8kw: IOS fix --- src/devices/cpu/tx0/tx0.cpp | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3