f659af54e10fca15f4b9f625657666882a61ba56
Add more runtime toggles and add the ability to log to a file for faster runs and better searchability.
A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
Compilation
make config-release
make
Docs
doxygen ./doxygen.config
Tests
make config-default
make check
Coverage
make config-coverage
make coverage-report
Description
Languages
C
98.2%
Makefile
1.8%