Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 746 Bytes

File metadata and controls

39 lines (32 loc) · 746 Bytes

screenshot

chip8-cpp

Chip-8 interpreter in C++20

Build

Install dependencies: cmake gcc sdl2
Build:

cmake . -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

or with Nix:

nix build

Usage

chip8 rom_file.rom

or

nix run . -- rom_file.rom

Useful resources

Chip-8:

SDL2: