chip-eight 0.1.5

A chip 8 interpreter/emulator with no display or input implemented. Input and display are instead provided by traits for the user to implement on any input or display device
Documentation
1
2
3
4
5
6
7
8
9
mod emulator_core;
mod fonts;
mod instructions;
mod logical_operator;
mod quirks;
mod sub_commands;

pub use emulator_core::*;
pub use quirks::*;