GBC emulator - Work in progress
Go to file
madmaurice 175a24c77d cpu/decoder - define opcode class with methods
Instead of doing the same bit operations on the opcode everywhere, and
possibly botching it in the process, we create a datatype which has
methods return often used values extracted from the opcode.
2023-08-30 18:27:53 +02:00
cpu cpu/decoder - define opcode class with methods 2023-08-30 18:27:53 +02:00
memory memory/bus - use Range class 2023-08-30 13:02:20 +02:00
misc Move types.h to misc 2023-08-29 23:16:09 +02:00
tests test_cpu_simple - Add DAA example as a test 2023-08-30 12:56:40 +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