Skip to content

Boytacean - RetroBIOS

Type standalone + libretro
Classification Official ports
Source https://github.com/joamag/boytacean
Version 0.11.5
Profiled 2026-03-23
Cores boytacean
Systems nintendo-gb, nintendo-gbc
Technical notes

Game Boy / Game Boy Color emulator written in Rust by Joao Magalhaes.

Libretro: all boot ROMs compiled into binary as static byte arrays in src/data.rs. load_boot_static() copies from arrays. No filesystem access, no RETRO_ENVIRONMENT_GET_SYSTEM_DIRECTORY. No external files. ref: frontends/libretro/src/core.rs:402 instance.load(true) -> src/gb.rs:1361 -> load_boot_static

Standalone (SDL): also defaults to embedded boot ROMs via load(true). User can override via --boot-rom-path CLI argument with any boot ROM file. load_boot_file() with hardcoded ./res/boot/*.bin paths exists in src/gb.rs:1411 but is not called from any frontend.

Boot ROM defaults: DmgBootix (DMG), CgbBoytacean (CGB) — open-source.

6 files | 0 required, 6 optional | 6 in repo, 0 missing | 6 with HLE fallback

dmg_boot.bin optional in repo HLE fallback standalone

sgb_boot.bin optional in repo HLE fallback standalone

dmg_bootix.bin optional in repo HLE fallback standalone

mgb_bootix.bin optional in repo HLE fallback standalone

cgb_boot.bin optional in repo HLE fallback standalone

cgb_boytacean.bin optional in repo HLE fallback standalone

Generated on 2026-09-14T09:03:09Z