Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dynamicaudio.js and enable by default | Ben Firshman | 2016-09-18 | 2 | -2/+2 |
| | | | | Now supports web audio api. | ||||
* | Remove unneeded code. | Matthew Bauer | 2015-07-29 | 1 | -1/+0 |
| | |||||
* | ui game add screenshot method. | yasar icli | 2013-09-16 | 1 | -0/+11 |
| | |||||
* | Update mappers.js | Barry Peddycord III | 2013-06-15 | 1 | -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 Jones | 2013-05-24 | 1 | -14/+1 |
| | |||||
* | Fixed Mapper 4 graphical garbage. It was not triggering IRQ Normal from counter. | Matthew Brennan Jones | 2012-11-06 | 1 | -0/+12 |
| | |||||
* | Fixed doIrq call in cpu. Closes #3. (Only took me 2 years - sorry @gmarty!) | Ben Firshman | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | map Y to B for international keyboard, fix #9 | Jan-Christoph Borchardt | 2012-09-24 | 1 | -0/+1 |
| | |||||
* | Changed parseInt to Math.floor | Ben Firshman | 2010-09-26 | 3 | -37/+38 |
| | |||||
* | Holy crap. With a little help from VBScript, now working on IE9 | Ben Firshman | 2010-09-26 | 3 | -5/+32 |
| | |||||
* | Cleaned up ui.js a little | Ben Firshman | 2010-09-26 | 1 | -31/+63 |
| | |||||
* | Added state saving and loading | Ben Firshman | 2010-09-20 | 5 | -35/+246 |
| | |||||
* | Fixed controls for player 2. | ecin | 2010-08-31 | 1 | -7/+8 |
| | |||||
* | Fixed missing variable declaration. | Ben Firshman | 2010-08-27 | 1 | -1/+1 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=590380 | ||||
* | Switched order of controls and ROMs | Ben Firshman | 2010-08-15 | 1 | -2/+3 |
| | |||||
* | ROM select is now in a div of its own and helpful error messages are ↵ | Ben Firshman | 2010-08-15 | 1 | -1/+14 |
| | | | | displayed for old browsers | ||||
* | Brought up to date with vNES 2.13. Just missing all the new mappers | Ben Firshman | 2010-07-07 | 2 | -28/+49 |
| | |||||
* | Missing semicolon in ui.js! | Ben Firshman | 2010-07-06 | 1 | -1/+1 |
| | | | | cpu.js has yet to be linted - I'm in the process of rewriting it | ||||
* | Added support for building distribution packages with Jake | Ben Firshman | 2010-07-06 | 10 | -0/+6822 |