takahirox / nes-js

JavaScript NES(Famicom) emulator
http://takahirox.github.io/nes-js/index.html
MIT License
211 stars 46 forks source link

Rewrite nes-js to fix a lot of bugs #1

Open takahirox opened 4 years ago

takahirox commented 4 years ago

I found a lot of bugs in nes-js while I was developing Rust NES emulator. We should fix them.

KingCosmic commented 4 years ago

@takahirox what bugs did you find?

takahirox commented 4 years ago

I can't list up here because I found too many bugs in CPU, PPU, APU, Mappers, and so on.