Skip to content

Commit

Permalink
hd6120: Prevent PEX from changing AC
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrhacker committed Jun 14, 2021
1 parent 7964256 commit 5487612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/cpu/pdp8/hd6120.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 5487612

Please sign in to comment.