neser 1.2.0

NESER - Nintendo Emulation Systems Engine (Rust). Desktop and WebAssembly frontends.
Documentation
1
2
3
4
5
6
pub mod config;
pub mod gameboy;
mod gb;
pub mod save_state;

pub use gb::{CpuTraceLine, Gb};