Skip to content

alloncm/MagenBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagenBoot

A custom copyright free Gameboy (DMG) bootrom Im making for my own GameBoy emulator - MagenBoy

image

Features

  • Custom boot screen made by me
  • Scrolling
  • Sound

Future plans

  • Opcode accuracy with the original bootrom

Building

  • Make sure make and rgbds are installed. (On Windows both can be installed with chocolatey package manager)
  • run make

Build platforms

  • Windows 10
  • Linux (Ubuntu 20.04)

Tools

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).

Credits

The gbdev community and especially the awsome gbdev repo for all the great tools and resources and especially