| 124 | static uae_sem_t play_sem; |
| 125 | |
| 126 | static struct cdunit *unitisopen (int unitnum) |
| 127 | { |
| 128 | struct cdunit *cdu = &cdunits[unitnum]; |
| 129 | if (cdu->open) |
| 130 | return cdu; |
| 131 | return NULL; |
| 132 | } |
| 133 | |
| 134 | |
| 135 | static struct cdtoc *findtoc (struct cdunit *cdu, int *sectorp, bool data) |
no outgoing calls
no test coverage detected