mirror of
https://github.com/holub/mame
synced 2025-05-19 12:18:56 +03:00
Fixed Compare interrupts in the MIPS III interpreter core. Aleck 64 games can now run under the MIPS III interpreter. [Harmony]
This commit is contained in:
parent
744b688805
commit
0b19d75add
@ -551,6 +551,7 @@ INLINE void set_cop0_reg(int idx, UINT64 val)
|
||||
break;
|
||||
|
||||
case COP0_Compare:
|
||||
mips3.core.compare_armed = 1;
|
||||
CAUSE &= ~0x8000;
|
||||
mips3.core.cpr[0][idx] = val & 0xffffffff;
|
||||
mips3com_update_cycle_counting(&mips3.core);
|
||||
|
Loading…
Reference in New Issue
Block a user