neser 0.3.1

NESER - NES Emulator in Rust. Desktop (SDL) and WebAssembly frontends.
Documentation
1
2
3
4
5
6
7
#[allow(unused_imports)]
pub use bus::{GbBus, StubBus};
pub use dmg_bus::DmgBus;

#[allow(clippy::module_inception)]
mod bus;
mod dmg_bus;