Retro Gaming Online Emulator

Nintendo 64

Code Example

<div style="width:640px;height:480px;max-width:100%">
        <div id="game"></div>
      </div>
<script type="text/javascript">
    EJS_player = '#game';
    EJS_gameUrl = ''; // Url to Game rom
    EJS_core = 'n64';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>
<div style="width:640px;height:480px;max-width:100%">
  <div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = ''; // Url to Game rom
EJS_core = 'mupen64plus';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>
<div style="width:640px;height:480px;max-width:100%">
  <div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = ''; // Url to Game rom
EJS_core = 'mupen64plus2';
</script>
<script src="https://www.emulatorjs.com/loader.js"></script>
<div style="width:640px;height:480px;max-width:100%">
  <div id="game"></div>
</div>
<script type="text/javascript">
EJS_player = '#game';
EJS_gameUrl = ''; // Url to Game rom
EJS_core = 'mupen64plus-nx';
</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:
  • .n64
  • .z64
  • .v64