#6407 - jenswa - Sat May 24, 2003 5:54 pm
if i include this in my code:
at global scope and compile this with devkitadvance.
I am using make.bat, instead of makefile stuff.
Shouldn't that make my rom image mutlitboot?
The compiler doesn't say anything about it.
But when i send it with xboo over the cable to my gba,
it says that the header is incorrect, probably missing.
Since i've only tested my code on emu's so far and i assumend
that MULTIBOOT would make it multiboot, but didn't.
Probably i've an older version of devkitadvance.
I believe it was version 3 when i started and never changed that.
So can anyone tell me how to do this?
_________________
It seems this wasn't lost after all.
Code: |
#define MULTIBOOT int __gba_multiboot; MULTIBOOT |
at global scope and compile this with devkitadvance.
I am using make.bat, instead of makefile stuff.
Shouldn't that make my rom image mutlitboot?
The compiler doesn't say anything about it.
But when i send it with xboo over the cable to my gba,
it says that the header is incorrect, probably missing.
Since i've only tested my code on emu's so far and i assumend
that MULTIBOOT would make it multiboot, but didn't.
Probably i've an older version of devkitadvance.
I believe it was version 3 when i started and never changed that.
So can anyone tell me how to do this?
_________________
It seems this wasn't lost after all.