Max Regan f76d384e6d cpu: define get_reg functions as const
This will be useful in the future when we want to reference the CPU
state in a const-way.
2017-05-31 22:03:26 -07:00
2017-05-10 22:40:12 -07:00

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
No description provided
Readme 444 KiB
Languages
C 98.2%
Makefile 1.8%