Skip to content

Instantly share code, notes, and snippets.

@davidbarkhuizen
Last active February 5, 2021 13:15
Show Gist options
  • Select an option

  • Save davidbarkhuizen/28482d6e38fc824895386d83ff329409 to your computer and use it in GitHub Desktop.

Select an option

Save davidbarkhuizen/28482d6e38fc824895386d83ff329409 to your computer and use it in GitHub Desktop.
RetroPie on the RPi4

RPi4 RetroPie

PSX

Handling .bin.ecm Files

# install RPiOS os package ecm
$ sudo apt install ecm

# decompress .bin.ecm file
$ sudo ecm-uncompress filename.bin.ecm

# use online tool to generate .cue file from (potentially multiple) .bin files
nielsbuus.dk/pg/psx_cue_maker/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment