NAVIGATION

Info

Our Project is open to all sites!

We provide access to our project only from our servers

Subscribe to our twitter to follow news, progress of development and new updates of NeptunJS

NeptunJS twitter

Support platforms and roms formats

We do not provide games (roms) or BIOS files from our servers !

__________________________________Arcade (FBA)______________________________

Full list FBA v0.2.97.39 ROMs support games

Use only FBA v0.2.97.39 ROMs set

Important! all roms must use the same name at support list with extension .zip

Arcade(Сlassic Arcade)  |roms: .zip (FBA v0.2.97.39 ROMs)

CPS 1 , CPS 2 , CPS 3 |roms: Full sorted romset

Neo Geo  |roms: .zip (FBA v0.2.97.39 ROMs)

 

_________________________________SEGA_______________________________

Sega SG-1000  |roms: .zip .7z .sms .mdx

Sega Master System  |roms: .zip .7z .sms .mdx

Sega Mega Drive  |roms: .zip .7z .md .smd .gen .bin

Sega 32X  |roms: .zip .7z .32x .bin

Sega CD  |roms: .zip (.bin .cue .ogg .wav .iso in zip ) Supported RIP roms

Sega Game Gear  |roms: .zip .7z .gg .sg

Sega Saturn ALPHA   |roms: .zip (.bin .cue .iso in zip )

 

_________________________________Nintendo_______________________________

Nes |roms: .zip .7z .nes

Famicom Disk System  |roms: .zip .7z .fds

Super Nes (Snes)  |roms: .zip .7z .smc .sfc .swc .fig

Game Boy  |roms: .zip .7z .gb .gbc .dmg

Game Boy Color  |roms: .zip .7z .gb .gbc .dmg

Game Boy Advense |roms: .zip .7z .gba

Virtual Boy |roms: .zip .7z .vb

Nintendo 64 BETA |roms: .zip .7z .n64 .v64 .z64

Nintendo DS ALPHA |roms: .zip .7z .nds

 

_________________________________Other_______________________________

PlayStation |roms: .zip (.bin .cue .iso in zip )

3DO |roms: .zip (.iso in zip )

Neo Geo Poket |roms: .zip .7z .ngp .ngc

Wonderswan  |roms: .zip .7z .ws .wsc

Wonderswan Color  |roms: .zip .7z .ws .wsc

 

_________________________________Atari_______________________________

Atari Jaguar ALPHA |roms: .zip .7z

Atari lynx  |roms: .zip .7z .lnx

Atary 2600  |roms: .zip .7z .a26 .bin

Atary 7800  |roms: .zip .7z .a78 .bin

 

_________________________________NEC_______________________________

PC - Engine  |roms: .zip .7z .pce

TurboGrafx-16 |roms: .zip .7z .pce

PC - Engine CD  |roms: .zip (.bin .cue .ogg .wav .iso in zip ) Supported RIP roms

TurboGrafx-16 CD |roms: .zip (.bin .cue .ogg .wav .iso in zip ) Supported RIP roms

 

_________________________________PC_______________________________

MSX |roms: .zip .7z .rom .mx1 .mx2

Basic setup and API

To start

You need add initialization script to your html page

Library must load after of initialization script!

Important!

Use the library only from our servers, Emulators are constantly updated and may not be compatible with the previous version of NeptunJS!

Supported languages:

Wordpress example

In page editor go to the text editor and click on text tab

here in <
code
> tag you can add html and js code

__________________________________Code example______________________________

<
code
>

<
div id='emul'
>
<
/div>

<
script
>

var NepPlayer = "#emul";

var NepEmu = "nes";

var NepLang = "en";

var gameUrl ="Your game (rom file) url ';

var NjsScript=document.createElement( 'script' );

NjsScript.src="//mem.neptunjs.com/njs/njsLoader.js";

document.body.appendChild(NjsScript)

<
/script
>

<
/code
>

____________________________________________________________________________

Or use simple-js-paste plugin for wordpress

In the near future we plan to dev plugin for wordpress

Platforms API

NeptunJS options

Emulators options