It's a chip8 interpreter written in C++, what else can you say. Currently finishing it.
Just run make to build it. Currently no good mechanism for loading programs.
- Core refactor
- Quality of Life (loading commands, quasi-assembler)
- Graphical Interface
- Implement all commands
- Implement sound
- Refactor again (how the program exits, naming schemes)
Bugs to fix:
- Something is causing either input or output to stutter