GBC emulator - Work in progress
Go to file
2023-08-31 23:55:49 +02:00
cartridge Implement class for cartridge and rudimentary ROM inspector 2023-08-31 23:55:16 +02:00
cpu memory - Rename mem_device.* to device.* 2023-08-30 22:34:45 +02:00
memory memory/mbc - Partial implementation of MBC1 2023-08-31 23:55:49 +02:00
misc Move types.h to misc 2023-08-29 23:16:09 +02:00
tests test_memory_register - Use value that would not be returned on read error 2023-08-30 22:49:36 +02:00
.gitignore Implement class for cartridge and rudimentary ROM inspector 2023-08-31 23:55:16 +02:00
main.cpp Rename main.c to main.cpp 2023-08-30 10:47:56 +02:00
Makeconf memory/mbc - Partial implementation of MBC1 2023-08-31 23:55:49 +02:00
Makefile Implement class for cartridge and rudimentary ROM inspector 2023-08-31 23:55:16 +02:00