Преглед на файлове

Add cue/bin support to readme.

Petteri Aimonen преди 2 години
родител
ревизия
77a5418f6e
променени са 2 файла, в които са добавени 12 реда и са изтрити 1 реда
  1. 11 0
      README.md
  2. 1 1
      zuluscsi.ini

+ 11 - 0
README.md

@@ -15,6 +15,17 @@ In addition to the simplified filenames style above, the ZuluSCSI firmware also
 The media type can be set in `zuluscsi.ini`, or directly by the file name prefix.
 Supported prefixes are `HD` (hard drive), `CD` (cd-rom), `FD` (floppy), `MO` (magneto-optical), `RE` (generic removeable media), `TP` (sequential tape drive).
 
+CD-ROM images in BIN/CUE format
+-------------------------------
+The `.iso` format for CD images only supports data track.
+For audio and mixed mode CDs, two files are needed: `.bin` with data and `.cue` with the list of tracks.
+
+To use a BIN/CUE image with ZuluSCSI, name both files with the same part before the extension.
+For example `CD3.bin` and `CD3.cue`.
+The cue file contains the original file name, but it doesn't matter for ZuluSCSI.
+
+BIN/CUE support is currently experimental. Supported track types are `AUDIO`, `MODE1/2048` and `MODE1/2352`.
+
 Creating new image files
 ------------------------
 Empty image files can be created using operating system tools:

+ 1 - 1
zuluscsi.ini

@@ -52,7 +52,7 @@
 
 # If IMG0..IMG9 are specified, they are cycled after each CD eject command.
 #IMG0 = FirstCD.iso
-#IMG1 = SecondCD.iso
+#IMG1 = SecondCD.bin
 
 # Raw sector range from SD card can be passed through
 # Format is RAW:first_sector:last_sector where sector numbers can be decimal or hex.