Disassemblies of the different Game Boy boot ROMs
  • Assembly 98.1%
  • Makefile 1.9%
Find a file
2025-05-20 15:05:45 +02:00
.github/workflows Use actions/checkout@v4 (#12) 2024-11-03 20:20:40 +01:00
src Update hardware.inc 2025-05-20 15:05:45 +02:00
.gitignore Initial commit 2019-08-06 11:04:12 +02:00
.gitmodules Use hardware.inc as a submodule 2020-02-28 22:50:38 +01:00
Makefile Add CPU CGB E revision (#14) 2025-04-15 12:58:04 +02:00
README.md Fix Deprecation Warnings for RGBASM v0.7.0 (#5) 2024-02-20 05:27:38 +01:00
sha256sums.txt Add CPU CGB E revision (#14) 2025-04-15 12:58:04 +02:00

gb-bootroms

Disassemblies of the different Game Boy boot ROMs.

Building

Make sure to clone this repo with submodules, and to have RGBDS v0.6.0 or later installed.

Then simply run make in the repo's root directory to build the boot ROMs and check their validity, or make all to only do the former.