gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > combining roms

#19494 - satanicfreak2 - Tue Apr 20, 2004 10:22 pm

Is there a way to combine different roms?? like pogoshell does but withouth using pogoshell? I want to put all the games i have programmed into one rom.
thanks

#19509 - tepples - Wed Apr 21, 2004 1:59 am

Are they multiboot programs? If so, you can combine them with Multiboot Menu.

If you have access to object files, you can change the link script to start each program at a different address (0x08000000, 0x08400000, etc), concatenate them, and then stick in a menu.

If you have access to source code, you can link them all together, having them share IWRAM-based code (perhaps using overlays), and then make a menu around all of them.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.