lkesteloot / z80-test

Test suite for Z80 emulators

Repository from Github https://github.comlkesteloot/z80-testRepository from Github https://github.comlkesteloot/z80-test

This project has been moved to https://github.com/lkesteloot/trs80

z80-test

This is a TypeScript-based test suite for Z80 emulators. It runs the emulator through 1356 tests from the Fuse project. To test your emulator, implement the Delegate interface and call the Runner. See the Test.ts file for an example.

% npm install
% npm run test

See the z80-emulator project for a CPU that passes all the tests.

License

Copyright © Lawrence Kesteloot, MIT license.

About

Test suite for Z80 emulators

License:MIT License


Languages

Language:TypeScript 100.0%