2025-02-13 15:50:56 +00:00
|
|
|
# FAQ: Emulation Questions
|
2025-02-13 15:46:10 +00:00
|
|
|
|
2025-02-13 15:10:57 +00:00
|
|
|
## 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.
|
|
|
|
|
2025-02-13 15:46:10 +00:00
|
|
|
Here we list some common file formats for disc images.
|
2025-02-13 15:10:57 +00:00
|
|
|
|
|
|
|
### .iso (Optical Disc Image)
|
|
|
|
|
|
|
|
- The most common disc image format.
|
|
|
|
- Used for uncompressed disc images.
|
|
|
|
|
|
|
|
### .nrg (Nero CD/DVD Image File)
|
|
|
|
|
|
|
|
- Created with Nero disc authoring software.
|
|
|
|
- Used for CD or DVD disc images.
|
|
|
|
|
|
|
|
### .bin and .cue (Binary file and Cue sheet)
|
|
|
|
|
|
|
|
- .bin file contains the data or audio track.
|
2025-02-13 15:46:10 +00:00
|
|
|
- .cue file contains the structure details of the disc (you always load the .cue file).
|
2025-02-13 15:10:57 +00:00
|
|
|
|
|
|
|
### .mdf and .mds (Media disk Image File and Media Descriptor File)
|
|
|
|
|
|
|
|
- .mdf file contains the CD or DVD data.
|
|
|
|
- .mds file contains the header and track information.
|
|
|
|
|
|
|
|
### .chd (Compressed Hunks of Data)
|
|
|
|
|
|
|
|
- A lossless compression format originally developed for MAME.
|
|
|
|
- Compresses the contents of a disc image into a single .chd file.
|
|
|
|
- Supported by many systems and recommended for 3DO, Dreamcast, Sega CD, Neo Geo CD, PC Engine CD, PSX, PS2, and Saturn.
|