yabgbe/ReadMe.md

15 lines
745 B
Markdown
Raw Normal View History

2021-07-12 02:54:24 +00: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.
2021-07-12 03:33:32 +00:00
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
2021-07-12 22:16:27 +00:00
![Tetris](res/tetris.png)
2021-07-12 22:13:11 +00:00
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.