| 441 | } |
| 442 | |
| 443 | static __forceinline void CheckSynchronousInterruptSources(UINT cycles, ULONG uExecutedCycles) |
| 444 | { |
| 445 | g_SynchronousEventMgr.Update(cycles, uExecutedCycles); |
| 446 | } |
| 447 | |
| 448 | static __forceinline bool IRQ(ULONG& uExecutedCycles, BOOL& flagc, BOOL& flagn, BOOL& flagv, BOOL& flagz) |
| 449 | { |