public
Description: A Javascript NES emulator.
Homepage: http://benfirshman.com/projects/jsnes/
Clone URL: git://github.com/bfirsh/jsnes.git
jsnes /
name age message
file .gitignore Tue Jun 30 07:49:24 -0700 2009 Added ._* to .gitignore [bfirsh]
file LICENSE Tue Jun 30 08:21:41 -0700 2009 Added GPL license [bfirsh]
file Makefile Mon Dec 15 06:34:43 -0800 2008 First JSNES checkin git-svn-id: svn+ssh://min... [bfirsh]
file bin2js.pl Tue Jun 30 08:03:05 -0700 2009 Credit where credit is due [bfirsh]
file cpu.js Tue Jun 30 11:08:12 -0700 2009 A bit of tidying up [bfirsh]
file cpuinfo.js Mon Dec 15 06:34:43 -0800 2008 First JSNES checkin git-svn-id: svn+ssh://min... [bfirsh]
file globals.js Tue Jun 30 12:52:22 -0700 2009 Added FPS [bfirsh]
file index.html Sun Oct 11 07:09:48 -0700 2009 Added digg/reddit buttons and clarified Chrome'... [bfirsh]
file jquery-1.2.6.min.js Mon Dec 15 06:34:43 -0800 2008 First JSNES checkin git-svn-id: svn+ssh://min... [bfirsh]
file jquery.dimensions.min.js Mon Dec 15 06:34:43 -0800 2008 First JSNES checkin git-svn-id: svn+ssh://min... [bfirsh]
file jsnes.1.css Tue Jun 30 14:37:18 -0700 2009 Tweaked spacing under controls [bfirsh]
file keyboard.js Tue Jun 30 14:04:59 -0700 2009 Only keyboard keys used by the emulator are now... [bfirsh]
file mappers.js Tue Jun 30 11:08:26 -0700 2009 Tidied up keyboard handling [bfirsh]
file nametable.js Tue Jun 30 11:13:09 -0700 2009 Fixed missing this. in nametables [bfirsh]
file nes.js Tue Jun 30 12:52:22 -0700 2009 Added FPS [bfirsh]
file palettetable.js Mon Dec 15 06:34:43 -0800 2008 First JSNES checkin git-svn-id: svn+ssh://min... [bfirsh]
file ppu.js Tue Aug 11 14:39:17 -0700 2009 Oh my! JSNES now runs at full speed on Chrome (... [bfirsh]
file rom.js Mon Apr 06 18:31:59 -0700 2009 Added Mapper002 and Mapper004 and updated list ... [bfirsh]
file roms.js Thu Sep 17 16:26:45 -0700 2009 Added Bubble Bobble and Lifeforce [bfirsh]
file tile.js Tue Aug 11 14:39:17 -0700 2009 Oh my! JSNES now runs at full speed on Chrome (... [bfirsh]
file utils.js Sat Dec 27 19:54:28 -0800 2008 Added Mapper001 [bfirsh]