mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
tx0_8kw: IOS fix
This commit is contained in:
parent
732ad6dd2e
commit
13494ab239
@ -783,6 +783,7 @@ void tx0_8kw_device::execute_instruction_8kw()
|
|||||||
/* (5 is undefined) */
|
/* (5 is undefined) */
|
||||||
int index = (MAR & 0007000) >> 9;
|
int index = (MAR & 0007000) >> 9;
|
||||||
|
|
||||||
|
m_ios = 0;
|
||||||
call_io_handler(index);
|
call_io_handler(index);
|
||||||
m_ioh = 1;
|
m_ioh = 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user