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

Function CDVDSECTORREADY_INT

pcsx2/CDVD/CDVD.cpp:66–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static void CDVDSECTORREADY_INT(u32 eCycle)
67{
68 if (psxRegs.interrupt & (1 << IopEvt_CdvdSectorReady))
69 return;
70
71 if (EmuConfig.Speedhacks.fastCDVD)
72 {
73 if (eCycle < Cdvd_FullSeek_Cycles && eCycle > 1)
74 eCycle *= 0.5f;
75 }
76
77 PSX_INT(IopEvt_CdvdSectorReady, eCycle);
78}
79
80static void CDVDREAD_INT(u32 eCycle)
81{

Callers 5

cdvdActionInterruptFunction · 0.85
cdvdSectorReadyFunction · 0.85
cdvdReadInterruptFunction · 0.85
cdvdStartSeekFunction · 0.85
cdvdWrite04Function · 0.85

Calls 1

PSX_INTFunction · 0.85

Tested by

no test coverage detected