mirror of
https://github.com/transistorfet/moa.git
synced 2025-02-20 08:29:00 +00:00
I wanted to make this a bit more modular, so it's easier in theory to write external crates that can reuse bits, and selectively compile in bits, such as adding new systems or new cpu implementations
5 lines
49 B
Rust
5 lines
49 B
Rust
|
|
mod mc68681;
|
|
pub use crate::mc68681::MC68681;
|
|
|