6e3c9f44487814c87e8c0d9d853564fdad11d0b8
The CPU now runs until it hits a "HALT" instruction in my test game.
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%