hd6120: Prevent PEX from changing AC

This commit is contained in:
AJR 2021-06-14 19:28:23 -04:00
parent 7964256a26
commit 5487612a0e

View File

@ -1015,6 +1015,7 @@ void hd6120_device::execute_run()
break;
case minor_state::PEX_1:
m_temp = m_ac;
m_state = minor_state::PEX_2;
break;