https://github.com/profoak/chip8
Just another Chip 8 emulator
https://github.com/profoak/chip8
Last synced: 11 months ago
JSON representation
Just another Chip 8 emulator
- Host: GitHub
- URL: https://github.com/profoak/chip8
- Owner: ProfOak
- License: mit
- Created: 2016-07-20T05:19:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T01:19:04.000Z (about 5 years ago)
- Last Synced: 2025-07-08T11:06:44.160Z (11 months ago)
- Language: C
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chip8 emulator
---
Just another Chip 8 emulator for learning purposes
Building
===
```shell
$ apt-get install libsdl2-dev
$ make
```
Using
===
```shell
$ ./chip8 ROM_NAME
```