Emulating Chip-8, widely considered the entry-level as far as emulator programs go.
Running the project requires raylib to be installed in the lib directory. To do so, run the install.sh script
./install.sh ## to install raylib (only v5.5 supported)
make -j4
./main roms/<chip8_rom_file>- [x] Instruction set
- [x] Frame buffer and display
- [x] Keypad input
- [] Rom tested [3/4]
- [x] IBM logo
- [x] Opcode test
- [x] Sqrt
- [] games
- [] Audio & Timer