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

Function _DEV9irq

pcsx2/DEV9/DEV9.cpp:220–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void _DEV9irq(int cause, int cycles)
221{
222 //DevCon.WriteLn("DEV9: _DEV9irq %x, %x", cause, dev9.irqmask);
223
224 dev9.irqcause |= cause;
225
226 if (cycles < 1)
227 dev9Irq(1);
228 else
229 dev9Irq(cycles);
230}
231
232// SPEED <-> HDD FIFO
233void HDDWriteFIFO()

Callers 9

FIFOIntrFunction · 0.85
tx_processFunction · 0.85
smap_asyncFunction · 0.85
WriteMethod · 0.85
PostCmdNoDataMethod · 0.85
PostCmdDMADataToHostMethod · 0.85
DRQCmdPIODataToHostMethod · 0.85

Calls 1

dev9IrqFunction · 0.85

Tested by

no test coverage detected