mirror of
https://github.com/holub/mame
synced 2025-07-08 11:21:56 +03:00
hd6120: Don't clear INTGNT after an external IOT when executing in panel mode
This commit is contained in:
parent
3c655c7113
commit
78fe4f9702
@ -1258,7 +1258,7 @@ void hd6120_device::execute_run()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case minor_state::EXTIOT_5:
|
case minor_state::EXTIOT_5:
|
||||||
if (m_intgnt)
|
if (m_intgnt && m_if < 010)
|
||||||
{
|
{
|
||||||
m_intgnt = false;
|
m_intgnt = false;
|
||||||
m_intgnt_callback(1);
|
m_intgnt_callback(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user