Crate tudelft_nes_test

Crate tudelft_nes_test 

Source
Expand description

§tudelft-nes-test

This is a helper crate for your NES emulator to run various test ROMs

Structs§

TestSelector
Select which tests you want to run

Constants§

ROM_ALL_INSTR
Raw bytes for the all_instr rom
ROM_NESTEST
Raw bytes for the nestest rom
ROM_NROM_TEST
Raw bytes for the nrom rom
ROM_OFFICIAL_ONLY
Raw bytes for the official_only rom

Traits§

TestableCpu
Implement this trait to run our test on our CPU via the run_tests function.

Functions§

run_tests
The main function of this crate, run this with your CPU as generic parameter and a TestSelector to run the tests