- 35A5F7D843A515A6301C0D09957D3529F10F0443A50BD54177BCAAECC96054C502D2E14CCF1D5F106247DD2F566839AB49883E97B86CFF1D5AD889652E8F5EAF
+ 12DBA93AA8D5A453DF085F127856212310F14AB1538BE837CE079CE92619CF3C5DBB959E3B38B0B535D9D7FF103CB2DBFA351758FCB131264C2F88D9B2B2EE4F
m/mips_cpu.asm
(35 . 7)(35 . 7)
189 inc CP0_Count ; Timer: CP0_Count := CP0_Count + 1
190
191 ;; Timer Interrupt
192 cmp CP0_Count, CP0_Compare ; Has timer reached limit?
193 cmp CP0_Count, Sr(CP0_Compare) ; Has timer reached limit?
194 jne _cycle_no_mips_timer ; If not, do not invoke interrupt
195 SetIRQ TIMER_IRQ ; Timer reached limit, invoke timer IRQ
196