No Description
Alex 53c5b6ab9c Fix some weird bugs caused by the main loop running once every opcode 6 years ago
.gitignore Initial commit 6 years ago
LICENSE Initial commit 6 years ago
Makefile Add code 6 years ago
README.md Update 'README.md' 6 years ago
main.c Fix some weird bugs caused by the main loop running once every opcode 6 years ago

README.md

CHIP-8_Emulator

My attempt at making a CHIP-8 emulator.

Has some graphical issues, but more annoyingly seems to have collision detection issues.

Number set isn’t implemented yet so some games that rely on it (pong) won’t work, and sound isn’t implemented yet (but the sound clock is there so it should be trivial).