Kicker - A WinDS .nds file launcher.

Dependancies:
Chishm's nds fat lib. http://www.geocities.com/chishm1/gbamp/index.html

IT'S EXTREMLY IMPORTANT THAT THE FOLLOWING CODE IS IN ARM7'S INTERUPT HANDLER!
(I have requested LiraNuna to build me an arm7 binary that has all WinDS functions.
I have included that to this package).

[code]

if (*((vu32*)0x027FFE24) == (u32)0x027FFE04)	
{
REG_IME = IME_DISABLE;
REG_IF = REG_IF;
*((vu32*)0x027FFE34) = (u32)0x08000000;
swiSoftReset();
}

[/code]


Contact info:
darknik@welho.org
http://koti.welho.com/plahtin6


License:
You can distribute this application freely and include it into your own WinDS builds.
If you use it in your build, remeber to mention my name and a link to my website would 
be nice but not required. Just don't try to claim that you made it.


Emulators:
None of the current emulators emulate gbamp, so Kicker will most likely not work on them.


Special Thanks:
SaTa - For his .nds file booting info, http://www.pat.hi-ho.ne.jp/sata68/nds.shtml
Chishm - For his gbamp lib, http://www.geocities.com/chishm1/gbamp/index.html