Skip to content

liamg/js-nes-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-nes-emulator

Build Status Coverage Status

NES emulator implemented in JavaScript.

Everything is NTSC unless specified.

Build

Grunt is used to build the project:

$ npm install
$ grunt

You will then find js-nes-emulator.min.js in dist/.

Test

You can run tests with grunt too, via QUnit:

$ grunt test

Usage

var nes = new JNE.NES();
nes.loadRom(romData);
nes.start();

About

NES emulator in javascript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published