Home

Awesome

Reverse Engineering the GameBoy Tetris

This is my first attempt at rever engineering something "big".

The tools and documentations that I used are listed below:

Tools:

Documentation:

Structure

There data folder contains a dump from my own emulator with the code that was executed during a test.

Each line corresponds to one byte at the address space of the gameboy. Empty lines mean:

All the code related comments is stored as a comment in the respective line. For functions I added a small header with some info.

This file has some information on some memory locations. This file has a list of the functions.

Contribuiting

If you want to do so, plase do a pull request. You can also findme on EmuDev's Slack.

License

This work is released in a CC-BY-SA license.