GBC emulator - Work in progress
Go to file
2023-08-29 23:06:28 +02:00
cpu cpu/decoder - Reset carry flag for PREFIX SWAP instruction 2023-08-29 23:06:28 +02:00
memory memory/ram - initialize with zeroes 2023-08-29 13:44:29 +02:00
tests tests - Add test_cpu_prefix 2023-08-29 21:01:23 +02:00
.gitignore Use doctest as test framework 2023-08-28 22:31:24 +02:00
main.c Improve build system and add support for tests 2023-08-28 21:56:54 +02:00
Makeconf Improve build system and add support for tests 2023-08-28 21:56:54 +02:00
Makefile Remove verbosity for successful tests 2023-08-28 23:07:53 +02:00
types.h cpu/decoder - Implement ADD HL, rr 2023-08-29 23:05:55 +02:00