ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
61 stars 10 forks source link

For test purpose, adding the Klaus Dormann's 6502 testsuite would be great #43

Open kktos opened 7 months ago

kktos commented 7 months ago

Is your feature request related to a problem? Please describe. No problem but for the sake of unit tests, this suite would be nice to validate the cpu emulation

Describe the solution you'd like Add a tool to run the suite against the cpu emulation.

Describe alternatives you've considered write one ourselves... but that sounds a tad cumbersome :)

Additional context There is a nice Github repo here 6502.ts where it is implemented. It could be worth checking it ;) Here is the implem : 6502_testsuite

kktos commented 7 months ago

oops, forgot to share the original repo : 6502_65C02_functional_tests