A chip8 emulator I wrote as a first large project in C and an introduction to 8 bit computers. It has not been tested on every rom but should work with most chip8 binaries.
-SDL2
-C compiler
I used Visual Studio 2019 to run the project but I will include the binary if you just want to run it.
- How to run the program
- If there is a second argument it will turn debug mode on
bitboy8.exe romfile.rom debug
Christopher Calmes
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details