apple2js/test/util
Will Scullin badc2fdb74
Support Tom Harte test suite (#88)
A test data set was published at https://github.com/TomHarte/ProcessorTests which contain cycle traces of instructions for various versions of the 6502.

This adds a test harness that reads those data files, and adjusts the CPU6502 behavior to match the behavior of the vanilla and WDC 65C02 test data.

Also converts the existing CPU tests to Typescript, and fixes any inconsistencies that came up from the new behaviors.
2021-10-13 09:15:29 -07:00
..
asserts.ts Improve debug performance, abstract debugger. (#61) 2021-03-11 22:03:05 -08:00
bios.ts Improve debug performance, abstract debugger. (#61) 2021-03-11 22:03:05 -08:00
cpu.ts Support Tom Harte test suite (#88) 2021-10-13 09:15:29 -07:00
image.ts Videomode refactor 2 (#80) 2021-05-25 12:08:10 -07:00
memory.ts Support Tom Harte test suite (#88) 2021-10-13 09:15:29 -07:00