A (Super) CHIP-8 virtual machine.
CHIP-8 is an interesting little programming language. Programs written in it are run on a CHIP-8 virtual machine. This repository contains the source code for my CHIP-8 virtual machine, which I made to get started with emulation.
-
Make sure you have installed the following dependencies:
- meson
- git
-
Clone the source with
git
andcd
into the cloned repository:$ git clone https://github.com/jacobvaneijk/chippy.git && cd chippy
-
Build:
$ meson build
Licensed under the terms of the MIT license.