mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
img
This commit is contained in:
parent
6e6cd296d6
commit
cf2503ef34
|
@ -1,8 +1,10 @@
|
|||
# FAQ: Emulation Requests
|
||||
|
||||
## 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.
|
||||
|
||||
Some common File Formats for Disc Images are:
|
||||
Here we list some common file formats for disc images.
|
||||
|
||||
### .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 file contains the data or audio track.
|
||||
- .cue file contains the structure details of the disc.
|
||||
- Always load the .cue file, not the .bin file.
|
||||
- .cue file contains the structure details of the disc (you always load the .cue file).
|
||||
|
||||
### .mdf and .mds (Media disk Image File and Media Descriptor File)
|
||||
|
||||
|
|
Loading…
Reference in a new issue