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

Function CDVD_INT

pcsx2/CDVD/CDVD.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static void CDVD_INT(int eCycle)
94{
95 if (eCycle == 0)
96 cdvdActionInterrupt();
97 else
98 PSX_INT(IopEvt_Cdvd, eCycle);
99}
100
101// Sets the cdvd IRQ and the reason for the IRQ, and signals the IOP for a branch
102// test (which will cause the exception to be handled).

Callers 1

cdvdWrite04Function · 0.85

Calls 2

cdvdActionInterruptFunction · 0.85
PSX_INTFunction · 0.85

Tested by

no test coverage detected