rustzx-core 0.16.0

ZX Spectrum emulator core library
Documentation
1
2
3
4
5
6
7
8
9
//! Some emulator-related utils

pub mod screen;

#[derive(Copy, Clone)]
pub enum EmulationMode {
    FrameCount(usize),
    Max,
}