diff options
author | 2021-07-25 10:59:30 -0400 | |
---|---|---|
committer | 2021-07-25 10:59:30 -0400 | |
commit | 13494ab2391a97ec29125971c31a7678a69eabbd (patch) | |
tree | 24d06894cc1cfee0f9ad09627af120f4520e617a /src/devices/cpu/tx0 | |
parent | 732ad6dd2e79f15b673a7285476885e8661f95cf (diff) |
tx0_8kw: IOS fix
Diffstat (limited to 'src/devices/cpu/tx0')
-rw-r--r-- | src/devices/cpu/tx0/tx0.cpp | 1 |
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; } |