mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +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;
|
||||
|
||||
case minor_state::EXTIOT_5:
|
||||
if (m_intgnt)
|
||||
if (m_intgnt && m_if < 010)
|
||||
{
|
||||
m_intgnt = false;
|
||||
m_intgnt_callback(1);
|
||||
|
Loading…
Reference in New Issue
Block a user