Retro Gaming Online Emulator

NES | Famicom Disk System

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 Famicom Disk System bios
    EJS_gameUrl = 'https://www.emulatorjs.com/roms/mega_mountain.nes'; // Url to Game rom
    EJS_core = 'nes'; // Optional core: mesen, nestopia
    EJS_lightgun = false; // Lightgun
</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:
  • .fds
  • .nes
  • .unif
  • .unf

Bios

disksys.rom (MD5 sum: ca30b50f880eb660a320674ed365ef7a)