#8934 - punchy - Thu Jul 24, 2003 10:00 am
Hi,
I'm working on a simple emulator for the GBA and I'm getting ready to release it. Currently I take the ROMs for the game I emulate, run them through objcopy to get labels the linker will pick up, and then link them in at compile time.
However, I can't release the emulator with copyrighted ROMS so I need a way of adding them to the already complied binary. How do I refer the ROM images in code if they aren't added yet?
Any help would be most appreciated.
I'm working on a simple emulator for the GBA and I'm getting ready to release it. Currently I take the ROMs for the game I emulate, run them through objcopy to get labels the linker will pick up, and then link them in at compile time.
However, I can't release the emulator with copyrighted ROMS so I need a way of adding them to the already complied binary. How do I refer the ROM images in code if they aren't added yet?
Any help would be most appreciated.