This commit is contained in:
laz 2025-02-13 16:46:10 +01:00
parent 6e6cd296d6
commit cf2503ef34

View file

@ -1,8 +1,10 @@
# FAQ: Emulation Requests
## What are CD Image Formats and Disc Images? ## What are CD Image Formats and Disc Images?
Disc images are exact copies of physical discs. They allow you to play games without using the original discs, which helps preserve them. Disc images are exact copies of physical discs. They allow you to play games without using the original discs, which helps preserve them.
Some common File Formats for Disc Images are: Here we list some common file formats for disc images.
### .iso (Optical Disc Image) ### .iso (Optical Disc Image)
@ -17,8 +19,7 @@ Some common File Formats for Disc Images are:
### .bin and .cue (Binary file and Cue sheet) ### .bin and .cue (Binary file and Cue sheet)
- .bin file contains the data or audio track. - .bin file contains the data or audio track.
- .cue file contains the structure details of the disc. - .cue file contains the structure details of the disc (you always load the .cue file).
- Always load the .cue file, not the .bin file.
### .mdf and .mds (Media disk Image File and Media Descriptor File) ### .mdf and .mds (Media disk Image File and Media Descriptor File)