summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* Update dynamicaudio.js and enable by defaultBen Firshman2016-09-182-2/+2
| | | | Now supports web audio api.
* Remove unneeded code.Matthew Bauer2015-07-291-1/+0
|
* ui game add screenshot method.yasar icli2013-09-161-0/+11
|
* Update mappers.jsBarry Peddycord III2013-06-151-1/+1
| | | | | | | | | | | | | When I code NES games, I often use the following code in order to handle the controller: LDX #9 STX $4016 DEX STX $4016 loop: LDA $4016 DEX BNE loop This works because when I write a 9 followed by an 8 to the controller, the only bit that actually counts is the LSB. The original code requires me to write exactly a 1, but that seems restrictive, and is not consistent with other emulators.
* Fixed bug with screen drawing slowing down CPU on fast machines.Matthew Brennan Jones2013-05-241-14/+1
|
* Fixed Mapper 4 graphical garbage. It was not triggering IRQ Normal from counter.Matthew Brennan Jones2012-11-061-0/+12
|
* Fixed doIrq call in cpu. Closes #3. (Only took me 2 years - sorry @gmarty!)Ben Firshman2012-09-291-1/+1
|
* map Y to B for international keyboard, fix #9Jan-Christoph Borchardt2012-09-241-0/+1
|
* Changed parseInt to Math.floorBen Firshman2010-09-263-37/+38
|
* Holy crap. With a little help from VBScript, now working on IE9Ben Firshman2010-09-263-5/+32
|
* Cleaned up ui.js a littleBen Firshman2010-09-261-31/+63
|
* Added state saving and loadingBen Firshman2010-09-205-35/+246
|
* Fixed controls for player 2.ecin2010-08-311-7/+8
|
* Fixed missing variable declaration.Ben Firshman2010-08-271-1/+1
| | | | https://bugzilla.mozilla.org/show_bug.cgi?id=590380
* Switched order of controls and ROMsBen Firshman2010-08-151-2/+3
|
* ROM select is now in a div of its own and helpful error messages are ↵Ben Firshman2010-08-151-1/+14
| | | | displayed for old browsers
* Brought up to date with vNES 2.13. Just missing all the new mappersBen Firshman2010-07-072-28/+49
|
* Missing semicolon in ui.js!Ben Firshman2010-07-061-1/+1
| | | | cpu.js has yet to be linted - I'm in the process of rewriting it
* Added support for building distribution packages with JakeBen Firshman2010-07-0610-0/+6822