Cool NES: Difference between revisions
test rom results for 2 test roms |
Ilyagredasov (talk | contribs) No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 34: | Line 34: | ||
|} | |} | ||
==Test ROM Results | ===Test ROM Results=== | ||
CPU Dummy Reads : Error 3 (Error 2 on aartNES and NES Emulator v1.0.0) | CPU Dummy Reads : Error 3 (Error 2 on aartNES and NES Emulator v1.0.0) </br> | ||
Branch Basics : Failed (aartNES and NES Emulator v1.0.0 pass this one) | Branch Basics : Failed (aartNES and NES Emulator v1.0.0 pass this one) | ||
| Line 43: | Line 43: | ||
[[Category:Web emulation software]] | [[Category:Web emulation software]] | ||
[[Category:Emulators]] | |||
[[Category:Famicom (NES) emulators]] | |||
[[Category:Console emulators]] | |||
[[Category:Home console emulators]] | |||
Latest revision as of 21:57, 14 June 2025
Cool NES is an NES emulator developed in Scratch. It is currently bundled in the latest release of WAVE.
| Developer(s) | GenericHeroGuy |
|---|---|
| Latest version | 2.4 |
| Active | No |
| Platform(s) | Web browsers |
| Emulates | NES / Famicom |
| Accuracy | Decent |
| Programmed in | Scratch |
| License | CC BY-SA 2.0 |
| Source code | [1] |
Overview
[edit | edit source]Cool NES was the best and first playable NES emulator in Scratch until the release of aartNES. Performance in this emulator is quite bad, since with audio most games run at around 35 FPS, while without audio, most games run at around 50 FPS, still not full speed. It's unlikely that these issues will ever be fixed, since the emulator hasn't received an update since 2022.
It features support for 10 mappers and a menu which can be opened by pressing space, from which you can modify controls, reset the emulated console, modify the display and load a game. Accuracy appears to be similar to aartNES, albeit slightly worse due to having only 8 complete mappers and 2 incomplete (4 and 90), while aartNES has complete support for 10 mappers. It's accuracy in general appears to be worse than other NES scratch emulators aswell such as aartNES and NES Emulator v1.0.0.
Mappers
[edit | edit source]| 0 | 1 | 2 | 3 | 4 | 7 | 69 | 75 | 90 | 206 |
Test ROM Results
[edit | edit source]CPU Dummy Reads : Error 3 (Error 2 on aartNES and NES Emulator v1.0.0)
Branch Basics : Failed (aartNES and NES Emulator v1.0.0 pass this one)
Converting Roms
[edit | edit source]- Scratch does not allow you to upload files directly during runtime, so you have to convert the desired rom to hexadecimal string and load it via the emulator's UI.