hd6120: Don't clear INTGNT after an external IOT when executing in panel mode

This commit is contained in:
AJR 2021-05-20 12:33:07 -04:00
parent 3c655c7113
commit 78fe4f9702

View File

@ -1258,7 +1258,7 @@ void hd6120_device::execute_run()
break;
case minor_state::EXTIOT_5:
if (m_intgnt)
if (m_intgnt && m_if < 010)
{
m_intgnt = false;
m_intgnt_callback(1);