A Game Boy Color (CGB) emulator
Abstraction of the LR35902
CPU.
Register | 15 ... 8 | 7 ... 0 |
---|---|---|
AF | A | F |
BC | B | C |
DE | D | E |
HL | H | L |
SP | - | - |
PC | - | - |
Flag Register | ||||||||
---|---|---|---|---|---|---|---|---|
F | z | n | h | c | x | x | x | x |
Build using CMake
cmake -B build
cd build
make
./bin/emugb
- Using CTest
ctest
- Using GTest
./bin/testgb