neser 1.1.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod apu;
pub mod autorun;
pub mod bus;
pub mod cartridge;
pub mod console;
pub mod cpu;
pub mod debugging;
pub mod frontend_toasts;
pub mod input;
#[cfg(test)]
pub mod integration_tests;
pub mod ppu;