mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
hd6120: Prevent PEX from changing AC
This commit is contained in:
parent
7964256a26
commit
5487612a0e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user