mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
cpu/i960: Added cycle count adjustment for dmovt instruction. (#9378)
This commit is contained in:
parent
cec6cd7bd8
commit
18eb8f756a
@ -1464,6 +1464,7 @@ void i960_cpu_device::execute_op(uint32_t opcode)
|
|||||||
condition code (CC) is set to 000; otherwise the condition code is set to
|
condition code (CC) is set to 000; otherwise the condition code is set to
|
||||||
010.
|
010.
|
||||||
*/
|
*/
|
||||||
|
m_icount -= 7;
|
||||||
t1 = get_1_ri(opcode);
|
t1 = get_1_ri(opcode);
|
||||||
set_ri(opcode, t1);
|
set_ri(opcode, t1);
|
||||||
m_AC &= 0xfff8;
|
m_AC &= 0xfff8;
|
||||||
|
Loading…
Reference in New Issue
Block a user