Retro Gaming Online Emulator

Zelda Classic

version 2.10

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 = 'https://www.emulatorjs.com/data/zc210.zip'; // Url to zc210.zip
    EJS_gameUrl = ''; // Url to qst file
    EJS_core = 'zc210';
</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:
  • .qst

version 2.50

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 = 'https://www.emulatorjs.com/data/zc250.zip'; // Url to zc250.zip
    EJS_gameUrl = ''; // Url to qst file
    EJS_core = 'zc250';
</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:
  • .qst