tx0_8kw: IOS fix

This commit is contained in:
AJR 2021-07-25 10:59:30 -04:00
parent 732ad6dd2e
commit 13494ab239

View File

@ -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;
}