MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / hwDmacIrq

Function hwDmacIrq

pcsx2/Hw.cpp:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void hwDmacIrq(int n)
110{
111 psHu32(DMAC_STAT) |= 1<<n;
112 if(psHu16(DMAC_STAT+2) & (1<<n))cpuTestDMACInts();
113}
114
115void FireMFIFOEmpty()
116{

Callers 15

vif1SetupTransferFunction · 0.85
vif1InterruptFunction · 0.85
FireMFIFOEmptyFunction · 0.85
SPRFROMinterruptFunction · 0.85
SPRTOinterruptFunction · 0.85
EEsif0InterruptFunction · 0.85
vifMFIFOInterruptFunction · 0.85
EEsif2InterruptFunction · 0.85
HandleEETransferFunction · 0.85
EEsif1InterruptFunction · 0.85
vif1STATFunction · 0.85
gifInterruptFunction · 0.85

Calls 1

cpuTestDMACIntsFunction · 0.85

Tested by

no test coverage detected