-
Notifications
You must be signed in to change notification settings - Fork 1
Format Guide
Not all ROM formats are created equal. Here's everything you need to know about each one โ and which to use for your situation.
What is it? CHD (Compressed Hunks of Data) is MAME's compression format. It's lossless, meaning your game data is 100% intact โ just smaller.
Why use it?
- Typically 30โ50% smaller than the original ISO
- Supported by most modern emulators (PCSX2, Dolphin, PPSSPP, RetroArch)
- Single file โ no more BIN + CUE juggling
Best for: PS1, PS2, GameCube, Dreamcast
Can I convert back? Yes. CHD โ ISO/BIN is fully supported.
What is it? CSO (Compressed ISO) was made for PSP games. ZSO is a newer variant with better compression.
Why use it?
- Smaller than CHD for PSP games specifically
- Works directly on PPSSPP without extraction
Best for: PSP games on mobile emulators
Can I convert back? Yes. CSO/ZSO โ ISO works fine.
What is it? ECM (Error Code Modeler) strips redundant error correction data from PS1 discs to save space.
Why use it?
- Very small file size for PS1 games
- Was popular before CHD became mainstream
Honestly? CHD is better in 2026. ECM is mostly useful if you're sharing files where CHD isn't supported.
Best for: PS1 games (legacy use)
Can I convert back? Yes. ECM โ ISO/BIN auto-detected by OpenROM.
What is it? XISO is the native Xbox disc format, stripped of the dead zone padding that Microsoft added to original discs.
Why use it?
- Much smaller than raw Xbox ISOs (sometimes 30โ40% smaller)
- Required by most Xbox emulators (Xemu)
Best for: Original Xbox games
Can I convert back? Yes. XISO โ ISO supported.
What console is it?
โ
โโโ PS1 โโโโโโโโโโโโโโโโโโโ CHD (or ECM if size is critical)
โโโ PS2 โโโโโโโโโโโโโโโโโโโ CHD
โโโ PSP โโโโโโโโโโโโโโโโโโโ CSO (mobile) or CHD (desktop)
โโโ GameCube / Wii โโโโโโโโ CHD
โโโ Dreamcast โโโโโโโโโโโโโ CHD
โโโ Original Xbox โโโโโโโโโ XISO
| Format | Relative Size | Notes |
|---|---|---|
| Original ISO | 100% | Baseline |
| CHD | ~50โ70% | Lossless |
| CSO | ~50โ65% | Lossy-ish for PSP |
| ECM | ~60โ80% | PS1 only |
| XISO | ~60โ70% | Xbox only |