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.
Clone the repository and install its dependencies:
sudo apt-get install libsdl2-dev libsdl2-ttf-dev
Then run make
:
make
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
Ctrl+O - Open a ROM
-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.