Previous 199869 Revisions Next

r20091 Saturday 5th January, 2013 at 22:10:53 UTC by Oliver Stöneberg
cleaned up some chdcd.c error messages (nw)
[src/lib/util]chdcd.c

trunk/src/lib/util/chdcd.c
r20090r20091
401401                  break;
402402
403403               case 0x0300:   // Mode 2 Form 1
404                  printf("ERROR: Mode 2 Form 1 tracks not supported, contant MAMEDEV!\n");
404                  printf("ERROR: Mode 2 Form 1 tracks not supported\n");
405405                  fclose(infile);
406406                  return CHDERR_NOT_SUPPORTED;
407407
408408               case 0x0500:   // raw data
409                  printf("ERROR: Raw data tracks not supported, contant MAMEDEV!\n");
409                  printf("ERROR: Raw data tracks not supported\n");
410410                  fclose(infile);
411411                  return CHDERR_NOT_SUPPORTED;
412412
r20090r20091
421421                  break;
422422
423423               case 0x0f00:   // raw data with sub-channel
424                  printf("ERROR: Raw data tracks with sub-channel not supported, contant MAMEDEV!\n");
424                  printf("ERROR: Raw data tracks with sub-channel not supported\n");
425425                  fclose(infile);
426426                  return CHDERR_NOT_SUPPORTED;
427427
428428               case 0x1000:   // audio with sub-channel
429                  printf("ERROR: Audio tracks with sub-channel not supported, contant MAMEDEV!\n");
429                  printf("ERROR: Audio tracks with sub-channel not supported\n");
430430                  fclose(infile);
431431                  return CHDERR_NOT_SUPPORTED;
432432
433433               case 0x1100:   // raw Mode 2 Form 1 with sub-channel
434                  printf("ERROR: Raw Mode 2 Form 1 tracks with sub-channel not supported, contant MAMEDEV!\n");
434                  printf("ERROR: Raw Mode 2 Form 1 tracks with sub-channel not supported\n");
435435                  fclose(infile);
436436                  return CHDERR_NOT_SUPPORTED;
437437

Previous 199869 Revisions Next


© 1997-2024 The MAME Team