A custom copyright free Gameboy (DMG) bootrom Im making for my own GameBoy emulator - MagenBoy
- Custom boot screen made by me
- Scrolling
- Sound
- Opcode accuracy with the original bootrom
- Make sure
make
andrgbds
are installed. (On Windows both can be installed with chocolatey package manager) - run
make
- Windows 10
- Linux (Ubuntu 20.04)
The repo also contains a python script to encode a tile data binary file in order to inclde it in a small bootrom program (256 bytes).
The gbdev community and especially the awsome gbdev repo for all the great tools and resources and especially
- rgbds - for the awsome development toolchain
- The pandocs - for the awsome docs
- Harry Mulders Gameboy dev tools - for the awsome tile design tools.