spectrusty-peripherals 0.1.0

Emulators of various peripheral devices for the SPECTRUSTY library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
    Copyright (C) 2020  Rafal Michalski

    This file is part of SPECTRUSTY, a Rust library for building emulators.

    For the full copyright notice, see the lib.rs file.
*/
//! System bus device emulators to be used with [ControlUnit][spectrusty_core::chip::ControlUnit]s.
pub mod ay;
pub mod debug;
pub mod joystick;
pub mod mouse;
pub mod parallel;
pub mod zxinterface1;
pub mod zxprinter;