Crate chip8_core

Source

Structs§

Chip8
Struct representing the Chip-8 virtual machine.
FrameBuffer
Registers

Enums§

Key
Enum representing a key on the keypad.
KeyState
Enum representing the state of a key on the keypad.

Constants§

FRAME_HEIGHT
The height of the frame in pixels.
FRAME_WIDTH
The width of the frame in pixels.