| 2368 | } |
| 2369 | |
| 2370 | static __fi void cdvdWrite07(u8 rt) // BREAK |
| 2371 | { |
| 2372 | CDVD_LOG("cdvdWrite07(Break) %x", rt); |
| 2373 | |
| 2374 | // If we're already in a Ready state or already Breaking, then do nothing: |
| 2375 | if (!(cdvd.Ready & CDVD_DRIVE_BUSY) || cdvd.AbortRequested) |
| 2376 | return; |
| 2377 | |
| 2378 | DbgCon.WriteLn("*PCSX2*: CDVD BREAK %x", rt); |
| 2379 | |
| 2380 | cdvd.AbortRequested = true; |
| 2381 | } |
| 2382 | |
| 2383 | static __fi void cdvdWrite08(u8 rt) |
| 2384 | { // INTR_STAT |