RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Playstation roms

    Scheduled Pinned Locked Moved Help and Support
    lr-pcsx-rearmedplaystation 1psx roms
    22 Posts 8 Posters 21.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      VictimRLSH @windg
      last edited by

      @windg said in Playstation roms:

      Be careful with the ps1 roms with .exe extension(don t try to run it). Maybe is something harmful for your Pc.

      Uhhh, yeah. If that is a self-extracting archive it will automatically unpack, but could contain malware. Unpack it in DosBox.

      System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

      1 Reply Last reply Reply Quote 0
      • V
        VictimRLSH @fibertech
        last edited by

        @fibertech said in Playstation roms:

        @VictimRLSH
        Does the pcsx work better with .cue rather than .bin files

        Also after you unpack the 7z, rar, etc how do you change it to a .bin?

        You need BOTH .cue AND .bin files to run the games. You can generate the .cue file with the above referenced online tool if you already have the .bin file.

        System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

        F 1 Reply Last reply Reply Quote 0
        • F
          fibertech @VictimRLSH
          last edited by

          @VictimRLSH

          I have 7zip...so all you do is click on the file and click extract? Then it will separate it to a .bin file?

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @fibertech
            last edited by

            @fibertech What's files do you have in the .7z archive ? Can you post a screenshot ?

            1 Reply Last reply Reply Quote 0
            • M
              mahoneyt944
              last edited by mahoneyt944

              Think of the cue file as a pointer and the bin file as the game data. The system reads the cue file which points to the game data in the bin file. Most times these two files are placed into a folder and then compressed with popular methods such as "zip" and "7z" to make it easier to download as a single download instead of 2 or more items. Some game files you'll find have multiple bin files, normally listed as name1.bin, name2.bin, name3.bin. You'll need all these files for the game to play right.

              All you need to do is right click the zip / 7z file and extract it. Then open the extracted location where the bin and cue files are and copy the bin and cue files to your psx ROMs folder in retropie. Then restart emulationstation for the changes to appear.

              1 Reply Last reply Reply Quote 0
              • W
                wild snail
                last edited by

                Some roms are compressed extension also, you can not use them.
                You need to download from another source or use converting software.
                I cant remember the extention because i deleted all of those.
                Maybe something with a 'c' behind the extention.

                F ClydeC 2 Replies Last reply Reply Quote 0
                • F
                  fibertech @wild snail
                  last edited by

                  @wild-snail

                  Is there good free file converting softwares?

                  V 1 Reply Last reply Reply Quote 0
                  • W
                    wild snail
                    last edited by mitu

                    I dont know, i download everything from a site it is the best quality no compression.
                    You have to use a site specific search in a search machine to find what you need.

                    mituM 1 Reply Last reply Reply Quote -1
                    • mituM
                      mitu Global Moderator @wild snail
                      last edited by

                      @wild-snail Please no rom sites links in the forum.

                      1 Reply Last reply Reply Quote 0
                      • V
                        VictimRLSH @fibertech
                        last edited by VictimRLSH

                        @fibertech said in Playstation roms:

                        @wild-snail

                        Is there good free file converting softwares?

                        If you have installed the Desktop into Retropie Ports, you can unpack these directly on the Pi. Most of the popular compression methods are supported right from the file manager, and for those that are not the Synaptic package manager in the Preferences menu can download them.

                        @wild-snail Referring to sites hosting pirated or even abandonware files isn't allowed on here, it is a liability for this site and the project in general. HOWEVER, you CAN list filenames (make sure they don't contain the name of the hosting site) that are not links. For instance you can say that SpizzyTheSpazoid.bin runs on your config, but you can't link to it. FYI - not a real game. :P This lets people know what version you are running and if they know how, they can easily find it on their own.

                        System Config: Retropie 4.4 with full desktop, RPi 3B, 256gb SD, 5v 2.1A 5,200 mAH USB battery. EasyMSX controller mounted with Pimoroni Hyperpixel 4 (non touch). Also running 4.6 on a 4gb Pi 4 serving as my primary desktop computer now.

                        1 Reply Last reply Reply Quote 0
                        • ClydeC
                          Clyde @wild snail
                          last edited by

                          @wild-snail said in Playstation roms:

                          Some roms are compressed extension also, you can not use them.
                          You need to download from another source or use converting software.
                          I cant remember the extention because i deleted all of those.
                          Maybe something with a 'c' behind the extention.

                          If you mean ecm, those can be decompressed in Retropie:

                          @Clyde said in Linux - script to batch convert PSX bin/cue to CHD:

                          @Clyde said in Linux - script to batch convert PSX bin/cue to CHD:
                          I'll drop just another one-liner here that decompresses all .ecm files in the current directory:

                          for i in *.ecm; do ecm-uncompress "${i}"; done
                          

                          Please note that you might need to install the ecm tools first via the command sudo apt install ecm.

                          cnotoC 1 Reply Last reply Reply Quote 0
                          • cnotoC
                            cnoto @Clyde
                            last edited by cnoto

                            @Clyde said in Playstation roms:

                            for i in *.ecm; do ecm-uncompress "${i}"; done

                            I am still having trouble uncompressing ecm files. I installed ecm but the command above isnt working. Is there more to the code than:

                            for i in *.ecm; do ecm-uncompress "${i}"; done

                            ?

                            cnotoC 1 Reply Last reply Reply Quote 0
                            • cnotoC
                              cnoto @cnoto
                              last edited by

                              @cnoto Actually I got it.

                              1 Reply Last reply Reply Quote 0
                              • ClydeC
                                Clyde
                                last edited by

                                How exactly isn't it working? Are there any messages? Did you enter the command correctly letter-by-letter?

                                Can you uncompress a single ecm file with ecm-uncompress followed by the file's name?

                                @cnoto said in Playstation roms:

                                @cnoto Actually I got it.

                                … while I was typing my reply. 😉

                                1 Reply Last reply Reply Quote 0
                                • First post
                                  Last post

                                Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                                Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.