Skip to content

Format Guide

Claus Valca edited this page Aug 18, 2026 · 1 revision

๐Ÿ“ผ 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.


CHD โ€” The King ๐Ÿ‘‘

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.


CSO / ZSO โ€” The Mobile Pick ๐Ÿ“ฑ

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.


ECM โ€” The Old School One ๐Ÿ•น๏ธ

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.


XISO โ€” The Xbox One ๐ŸŽฎ

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.


Which format should I use?

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

Size comparison (rough estimates)

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

โ†’ Your First Conversion โ†’ Conversion Matrix

Clone this wiki locally