bfirsh / jsnes

A JavaScript NES emulator.
https://jsnes.org
Apache License 2.0
6.1k stars 823 forks source link

test: adds wedNESday's CPU Spec #450

Open gutomaia opened 4 months ago

gutomaia commented 4 months ago

Adds a test spec for the 6502 CPU.

Improvements based on the finds of the wedNESday's project. Goal to improve overwall NES accuracy and improve the emulator spec.