How to Play Sony Playstation Games on OpenEmu

By  on  
Playstation

I've been having the time of my life playing retro Nintendo64, NES, SNES, and Game Gear games since I discovered OpenEmu.  I bought a few USB Nintendo 64 controllers and I'm like a kid again, even sharing that joy with my two young children.  Using ROMs from cartridge-based games is easy but CD-based consoles, like the Sony Playstation, are a bit harder; OpenEmu provides a warning about extra dependencies needed to each system.  I was curious as to how to difficult it would be to get a CD-based game going so I gave it a shot, and it was much easier than expected.  Let's have a look at how I did it!

Step 1:  Get a Game with CUE File

My first step was downloading a game.  Any game ISO or BIN must come with a CUE or CCD file:

cue sheet is a plain text file with a .cue extension containing metadata used to describe the layout of a CD, normally accompanied by one or more data files dumped from the original disc.

Most game download sites will bundle a CUE file with the ISO or BIN as this is a standard dependency for most emulators.  Drag both the BIN file and CUE file into OpenEmu and the game will be properly imported.  You cannot yet play the game, however; you're missing the BIOS files.

Step 2:  Get the Playstation BIOS Files

Opening a game without the required extra dependencies will prompt OpenEmu to tell you what to go get.  OpenEmu requires the BIOS files for Sony Playstation to be available.  You can download the Playstation BIOS files from the OpenEmu website.  Do not try placing the BIOS files anywhere in your system core -- instead simply drag the three BIOS files into OpenEmu and the app will do the rest.

Step 3:  Play!

A CUE file, a BIN, and the BIOS files are all you need to get Playstation games working within OpenEmu!  I presume the process is mostly the same for Sega CD and other CD-based consoles.  Happy gaming!

Crash Bandicoot

Recent Features

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

  • By
    Camera and Video Control with HTML5

    Client-side APIs on mobile and desktop devices are quickly providing the same APIs.  Of course our mobile devices got access to some of these APIs first, but those APIs are slowly making their way to the desktop.  One of those APIs is the getUserMedia API...

Incredible Demos

  • By
    MooTools Overlay Plugin

    Overlays have become a big part of modern websites; we can probably attribute that to the numerous lightboxes that use them. I've found a ton of overlay code snippets out there but none of them satisfy my taste in code. Many of them are...

  • By
    Send Email Notifications for Broken Images Using jQuery AJAX

    It's usually best to repair broken image paths as soon as possible because they can damage a website's credibility. And even worse is having a user tell you about it. Using jQuery and PHP, you can have your page automatically notify you of broken...

Discussion

  1. emile

    Hi just want to know when i extract my ps 2 game from i ISO then there is no CUE or BIN files what must i do.

  2. Mickael Angelo A. da Costa

    Hello David, I followed your instructions and it works like a charm, simple and easy. Thank you very much!

  3. Marco Simunec

    Hey mate

    I cannot find a CUE file for Jak and Daxter: The Precursor Legacy

    What must I do to find it?

    Thanks

  4. Harley Davison

    Can someone give advice on gambling on OpenEmu? I have long wanted to try. Now I spend time playing Mega Moolah online games on the Internet. Also, when it bothers me, I read reviews on different gaming platforms using one link. There’s really a lot of value that can be found to diversify the gaming life.

  5. Harley Davison

    Can someone give advice on gambling on OpenEmu?

  6. Harley Davison

    I didn’t just ask the question above. This topic has been of great interest to me for a long time. I want to diversify my gaming experience. Right now I mostly play the exciting Mega Moolah slot. I accidentally somehow read about it via a link on the Internet and have not regretted it even once. It may also be with OpenEmu.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!