MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CheckSynchronousInterruptSources

Function CheckSynchronousInterruptSources

source/CPU.cpp:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Cpu6502Function · 0.50
Cpu65C02Function · 0.50

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected