Crate r8lib

Source
Expand description

A simple implementation of a CHIP-8 interpreter.

Structs§

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

Enums§

Key
CHIP-8’s keys.

Type Aliases§

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