You are not logged in.
Pages: 1
Hi folks,
I am using Goomba Color alpha6 to compile my GBC games, but I can't get more than 13 games into one .gba file. I try to compile 20 or more, but no luck.
Help!
Thanks for your time,
Dan
Check and make sure your roms are exact powers of 2 in size. Also verify that there are no overdumps. Goomba only checks the size as reported by the file's header, not the actual file size. If any rom has an incorrect size, it will block access to the next rom.
Also make sure you are not attempting to trim a rom twice. Trimming is not a simple removal of trailing bytes, it builds a special header to indicate how big each 16k page is. Trimming twice will fail, since the trim header gets written twice, making the rom corrupt.
"We are merely sprites that dance at the beck and call of our button pressing overlord."
Offline
Pages: 1