Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 792 Bytes

Chip-8

This is a Chip-8 emulator i made to get started in hardware emulation

Resources i used:

how to run

cd /path/to/project
./run.sh /path/to/program

Summary

The emulator is now fully working (with some minor not important bugs), debugging it was fun (bugs were coming from unexpected places).

In the end i learned a lot. also, check this out.