| 1294 | } |
| 1295 | |
| 1296 | static void stopplay (int unitnum) |
| 1297 | { |
| 1298 | sys_command_cd_stop (unitnum); |
| 1299 | } |
| 1300 | |
| 1301 | static int addtocentry (uae_u8 **dstp, int *len, int point, int newpoint, int msf, uae_u8 *head, struct cd_toc_head *th) |
| 1302 | { |
no test coverage detected