Expand description
§tudelft-nes-test
This is a helper crate for your NES emulator to run various test ROMs
Structs§
- Test
Selector - 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§
- Testable
Cpu - Implement this trait to run our test on our CPU via the
run_testsfunction.
Functions§
- run_
tests - The main function of this crate, run this with your CPU as generic parameter and a
TestSelectorto run the tests