moa/emulator/systems/trs80/src/lib.rs

5 lines
86 B
Rust

pub mod peripherals;
mod system;
pub use crate::system::{Trs80Options, build_trs80};