alloncm / MagenBoot

A custom copyright free Gameboy (DMG) bootrom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A custom copyright free Gameboy (DMG) bootrom

License:MIT License


Languages

Language:Assembly 73.5%Language:Python 19.4%Language:Makefile 7.1%