#121752 - ttabbal - Wed Mar 14, 2007 2:51 pm
I'm sure it has to have been discussed here, but I'm coming up empty on the search. I found this ASM code on NDSTek (IIRC) that I inlined into C for ease of use.
Problem is, it doesn't work. I don't get the GBA logo or anything. Did I miss something?
Code: |
void bootGBA() { asm(".arm"); asm("mov r2, #0x40"); asm("swi 0x1F0000"); } |
Problem is, it doesn't work. I don't get the GBA logo or anything. Did I miss something?