chdman createcd -i "Game Name.cue" -o "Game Name.chd" Wait patiently. A 700MB PS1 game takes about 2-3 minutes on a modern Snapdragon. Do you have 50 games? Don't run the command 50 times. Use this loop:
cd storage/shared/ROMs/ToConvert To convert a single game:
for i in *.cue; do chdman createcd -i "$i" -o "${i%.cue}.chd"; done For Dreamcast ( .gdi ), change *.cue to *.gdi and createcd to createdvd . 1. The "Multiple BIN" Trap If your game has Game.cue + Game (Track 1).bin , Game (Track 2).bin ... This is perfect. CHDMAN loves that. However , if you have a single BIN file (e.g., Game.bin only), you need a CUE sheet. You can generate a CUE sheet inside Termux: