neser 0.3.1

NESER - NES Emulator in Rust. Desktop (SDL) 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;