| 91 | } |
| 92 | |
| 93 | static 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). |
no test coverage detected