Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.1 KB

Chip-84 SDL Edition

Chip-84 is a CHIP-8 and SCHIP-8 interpreter originally written for the TI-84 Plus CE calculator and has been ported to many different systems. This is the SDL port.

Building

Linux

Clone the repository and install its dependencies:

sudo apt-get install libsdl2-dev libsdl2-ttf-dev

Then run make:

make

Windows

Install and setup MSYS2 if you haven't already. Clone the repository and install its dependencies using MSYS2:

pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf

Then run make using MinGW:

make

Usage

Ctrl+O - Open a ROM

Command-Line Arguments

-h, --help - Display available command line arguments.
-n, --nogui - Start Chip-84 without UI elements, leaving only the display shown.
-o, --open [path] - Directly load a ROM upon launch.
-c, --cpf [number] - Start Chip-84 with an initial cycles per frame value.
-s, --screenscale [number] - Set the scale of the display.

License

MIT