neser 1.2.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod manual_test_cartridges;

mod apu_audio_tests;
mod apu_visual_tests;
mod autorun_tests;
mod cpu_tests;
mod input_tests;
mod mapper_tests;
mod miscellaneous_tests;
mod obsolete_tests;
mod ppu_tests;
mod ram_init_tests;
mod rom_test_runner;
mod romtest_harness;