Crate r8lib

source ·
Expand description

A simple implementation of a CHIP-8 interpreter.

Structs

CHIP-8’s keyboard.
Represents the CHIP-8 machine.

Enums

CHIP-8’s keys.

Type Definitions

An array of bools hat represents the state of every CHIP-8’s keyboard keys.
An array of u8s that represents a CHIP-8’s ROM.
An array of bools that represents the CHIP-8’s screen.