Home

Awesome

AGE test roms

These Game Boy test roms were written to complement other test suites. I use them to test my Game Boy emulator AGE for regressions.

Test naming

All tests are named to include the devices they have been verified to be compatible to.

Test namecompatible devices
foo-cgbBE.gbCPU-CGB-B & CPU-CGB-E
foo-dmgC-cgbB.gbCPU-DMG-C & CPU-CGB-B
foo-ncmBE.gbCPU-CGB-B (non-CGB mode) & CPU-CGB-E (non-CGB mode)

Screenshot colors

To be able to verify the result of screenshot based tests your emulator should calculate RGB values as follows:

Font

AGE test roms use the Cellphone Font created by domsson.

Build

You need RGBDS to make these roms.

Development tools

In my experience Visual Studio Code with the RGBDS GBZ80 plugin installed is your best choice.