Find a file
2021-07-13 00:13:11 +02:00
include The PPU should be finished now 2021-07-12 19:54:48 +02:00
res update readme image 2021-07-13 00:12:10 +02:00
src The PPU should be finished now 2021-07-12 19:54:48 +02:00
vendor/imgui Add project files. 2021-07-12 04:54:24 +02:00
.gitattributes Add .gitignore and .gitattributes. 2021-07-12 04:54:22 +02:00
.gitignore Add .gitignore and .gitattributes. 2021-07-12 04:54:22 +02:00
CMakeLists.txt Add project files. 2021-07-12 04:54:24 +02:00
CMakeSettings.json Add project files. 2021-07-12 04:54:24 +02:00
LICENSE GPL 3.0 is the only real license baby 2021-07-12 05:34:25 +02:00
ReadMe.md Update ReadMe.md 2021-07-13 00:13:11 +02:00

yabGBE

(pronounced yab G. B. E.)

yabGBE stands for "Yet another bad gameboy emulator" and it already perfectly encapsulates what this is. This emulator is unfinished, missing a lot of features and the few features that are implemented seem to be of questionable quality.

This is my first ever emulator programming project I tackled all by myself, without looking at explicit tutorials. I only used hardware docs and the gbdev wiki to get all my informations and knowledge.

Anyways, here is my emulator emulating tetris

Tetris

Hell yeah do you see that??! I visualize all the frigging memory, ain't that something cool? I think it is, at least, you get to see ALL the changes in memory and registers every single frame.