Hello there,
I actually managed to boot a game with a custom boot logo on a Gameboy, since it reads this part twice, once for VRAM and once to check that it's correct.
So I've used an attiny85 to select the rom with the custom logo then a delay of 100ms then the rom to boot up, it works perfectly on a gameboy and gameboy color. (I've used arduino to program the chip)
However I couldn't find how to do it for a Gameboy Advance, the delay isn't the same (around 400ms) hence I still can't boot the game with the full custom logo.
I was wondering if it's possible on a GBA.
Regards