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

7 lines
83 B
Rust

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