mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
hax
This commit is contained in:
parent
c497b1d61d
commit
6e6cd296d6
32
wiki-rtd/docs/wiki_faq/faq-other.md
Normal file
32
wiki-rtd/docs/wiki_faq/faq-other.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
## 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:
|
||||||
|
|
||||||
|
### .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.
|
||||||
|
- .cue file contains the structure details of the disc.
|
||||||
|
- Always load the .cue file, not the .bin file.
|
||||||
|
|
||||||
|
### .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.
|
Loading…
Reference in a new issue