rbgb 0.2.0

A basic and rough gameboy emulator
Documentation
1
2
3
4
pub mod emulator;
mod types;

pub use emulator::*;