maurice 1.3.0

Maurice, a Thomson MO5 emulator
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(not(target_family = "wasm"))]
pub mod args;
pub(crate) mod bios;
mod dimension;
pub mod gui;
pub mod hardware;
pub mod raw_image;

pub(crate) type int = i32;