GBC emulator - Work in progress
Find a file
MadMaurice 3d244d1ec0 cpu/decoder - Implement DAA
This is a best effort implementation, possible quirks of the actual
hardware have not been considered.
2023-08-30 12:56:00 +02:00
cpu cpu/decoder - Implement DAA 2023-08-30 12:56:00 +02:00
memory memory - Fix bootrom_overlay 2023-08-30 00:08:05 +02:00
misc Move types.h to misc 2023-08-29 23:16:09 +02:00
tests tests_cpu_simple - Add test for RST op 2023-08-30 10:48:18 +02:00
.gitignore Use doctest as test framework 2023-08-28 22:31:24 +02:00
main.cpp Rename main.c to main.cpp 2023-08-30 10:47:56 +02:00
Makeconf memory - Fix bootrom_overlay 2023-08-30 00:08:05 +02:00
Makefile Makefile - Add pretty messages 2023-08-30 10:48:05 +02:00