neser 1.2.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
8
#[allow(clippy::module_inception)]
mod apu;
pub mod channel1;
pub mod channel2;
pub mod channel3;
pub mod channel4;

pub use apu::Apu;