Retro Gaming Online Emulator

PlayStation

Code Example

<div style="width:640px;height:480px;max-width:100%">
        <div id="game"></div>
      </div>
<script type="text/javascript">
    EJS_player = '#game';
    EJS_biosUrl = ''; // Url to Bios file
    EJS_gameUrl = ''; // Url to Game rom
    EJS_core = 'psx';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>

Extensions

Content that can be loaded by the this core have the following file extensions:

  • .chd
  • .bin
  • .cue
  • .img
  • .mdf
  • .pbp
  • .toc
  • .cbn
  • .m3u
  • .ccd

Bios

Filename Description md5sum
scph5500.bin PS1 JP BIOS - Optional 8dd7d5296a650fac7319bce665a6a53c
scph5501.bin PS1 US BIOS - Optional 490f666e1afb15b7362b406ed1cea246
scph5502.bin PS1 EU BIOS - Optional 32736f17079d0b2b7024407c39bd3050

Beetle PSX Example

<div style="width:640px;height:480px;max-width:100%">
        <div id="game"></div>
      </div>
<script type="text/javascript">
    EJS_player = '#game';
    EJS_biosUrl = ''; // Url to Bios file
    EJS_gameUrl = ''; // Url to Game rom
    EJS_core = 'beetle-psx';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>

Extensions

Content that can be loaded by the this core have the following file extensions:

  • .m3u
  • .chd
  • .toc
  • .ccd
  • .cue
  • .pbp

Bios

Filename Description md5sum
scph5500.bin PS1 JP BIOS - Required for JP games 8dd7d5296a650fac7319bce665a6a53c
scph5501.bin PS1 US BIOS - Required for US games 490f666e1afb15b7362b406ed1cea246
scph5502.bin PS1 EU BIOS - Required for EU games 32736f17079d0b2b7024407c39bd3050