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
#[allow(clippy::module_inception)]
mod cartridge;
mod huc1;
mod mbc0;
mod mbc1;
mod mbc2;
mod mbc3;
mod mbc5;
mod mbc7;

#[allow(unused_imports)]
pub use cartridge::{GbCartridge, RomError, load_cartridge};