Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
void hwDmacIrq(int n)
110
{
111
psHu32(DMAC_STAT) |= 1<<n;
112
if(psHu16(DMAC_STAT+2) & (1<<n))cpuTestDMACInts();
113
}
114
115
void FireMFIFOEmpty()
116
{
Callers
15
vif1SetupTransfer
Function · 0.85
vif1Interrupt
Function · 0.85
FireMFIFOEmpty
Function · 0.85
SPRFROMinterrupt
Function · 0.85
SPRTOinterrupt
Function · 0.85
EEsif0Interrupt
Function · 0.85
vifMFIFOInterrupt
Function · 0.85
EEsif2Interrupt
Function · 0.85
HandleEETransfer
Function · 0.85
EEsif1Interrupt
Function · 0.85
vif1STAT
Function · 0.85
gifInterrupt
Function · 0.85
Calls
1
cpuTestDMACInts
Function · 0.85
Tested by
no test coverage detected