<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>
EJS_gameUrl = [
'http://yourwebsite/final fantasy vii disc 1.chd',
'http://yourwebsite/final fantasy vii disc 2.chd',
...
];
Content that can be loaded by the this core have the following file extensions:
| Filename | Description | md5sum |
|---|---|---|
| scph5500.bin | PS1 JP BIOS - Optional | 8dd7d5296a650fac7319bce665a6a53c |
| scph5501.bin | PS1 US BIOS - Optional | 490f666e1afb15b7362b406ed1cea246 |
| scph5502.bin | PS1 EU BIOS - Optional | 32736f17079d0b2b7024407c39bd3050 |
<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>
Content that can be loaded by the this core have the following file extensions:
| 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 |