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

Function CpuIrqDeassert

source/CPU.cpp:874–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872}
873
874void CpuIrqDeassert(eIRQSRC Device)
875{
876 _ASSERT(g_bCritSectionValid);
877 if (g_bCritSectionValid) EnterCriticalSection(&g_CriticalSection);
878 g_bmIRQ &= ~(1<<Device);
879 if (g_bCritSectionValid) LeaveCriticalSection(&g_CriticalSection);
880}
881
882//===========================================================================
883

Callers 9

WriteMethod · 0.85
SetCardModeMethod · 0.85
ResetMethod · 0.85
OnCommandMethod · 0.85
CommStatusMethod · 0.85
UpdateIRQMethod · 0.85
ResetMethod · 0.85
IOReadMethod · 0.85
IOWriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected