GBC emulator - Work in progress
Go to file
madmaurice 19c09901fb lcd - A few steps towards handling tilemaps
Bit by bit.
2023-09-19 23:21:15 +02:00
cartridge Move MBC implementations into cartridge subfolder 2023-09-05 21:32:42 +02:00
cpu cpu - Add run method to run a specific number of mcycles 2023-09-18 23:32:58 +02:00
input input - Add first implementation for joypad class 2023-09-12 00:15:15 +02:00
lcd lcd - A few steps towards handling tilemaps 2023-09-19 23:21:15 +02:00
memory Move MBC implementations into cartridge subfolder 2023-09-05 21:32:42 +02:00
misc Fix mapping in gbdif 2023-09-09 22:08:23 +02:00
system system - Create a system class for the DMG 2023-09-12 00:15:15 +02:00
tests tests - Sort tests into subdirectories 2023-09-09 14:45:47 +02:00
timer timer - Start implementing timer 2023-09-19 23:20:42 +02:00
.gitignore Simplify gitignore 2023-09-09 15:52:00 +02:00
Makeconf timer - Start implementing timer 2023-09-19 23:20:42 +02:00
Makefile Makefile - Add SFML as dependency 2023-09-09 22:08:23 +02:00
main.cpp Add empty main.cpp 2023-09-09 15:52:18 +02:00