bfirsh / jsnes

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

test: adds wedNESday's CPU Spec #450

Open gutomaia opened 6 months ago

gutomaia commented 6 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.