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

5 lines
81 B
Rust

pub mod peripherals;
mod system;
pub use crate::system::{build_macintosh_512k};