blob: c858196b0540fc983f330adac398e486f83ee656 (
plain)
1
2
3
4
5
6
7
8
|
# hare-chip8
## Simple CHIP-8 emulator, based on the original COSMAC VIP version.
## Requirements
- `hare` toolchain
- `hare-sdl2` available through `HAREPATH`, with its dependencies installed
|