An open API service indexing awesome lists of open source software.

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

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
```