http://davidwu_2001.tripod.com/root/ David _________________________________________________________________________ Get Your Private, Free E-mail from MSN...
Hi I just understood how sprites worked on the gba . I was asking myself , how to connect different sprite to make an animation ? Do I concider all my...
From the PERN project, I got the key assignments shown below. However, on my PC, they don't seem to correspond to the keys I expect as seen from the names...
Hello, I've started a little site dedicated to my projects on the GBA : www.lifl.fr/~saugis/gba Please let me know (in private) how it sucks ;-) and what you...
Never mind that last question about the registers... it's late here... silly me.. ;-) For those of you who are interested in KOS, I now have the romdisk file ...
1: no problemo 2:flashadvance creates the correct header if you answer yes. your problem i can tell you, you are using boycott advance, eventho people like it...
Hi, all... anybody know of any tuts, etc, for setting up GCC to compile GBA code, as well as any startup code needed, and any other tools necessary. Thanks, ...
Hey D, ... The Visoly version used an incredibly inefficient library call to do port input/output which is why their version is slower. My faster version is...
Hi, I'm trying to add some rotation to my sprite and I am having no success. I do not have access to the "real" manuals so all my coding up to now has been...
A genius programmer colleague of mine has started to code up a server/client system to allow the IS-AGB devkit to be shared over a network, upload programs...
Anyone know where I can find a UK mains adaptor that will supply the correct input for the IS devkits? It needs to out DC10V @ 850mA . I've looked on Maplins...
... Yes, part of the code is cryptic. :P That is because I don't have an exact idea yet what the procedures with numbers for names are doing. I just converted...
... http://www.devrs.com/gba/files/gbadevfaqs.php#Shift8bConst ... If anyone has a standard GBA game cart that contains an Atmel flash chip for backup and has...
Has anyone managed to compile a gcc 3.0 for gba development? I have tried, but get errors. I am on a win2k box with a full cywin install. I tried to follow the...
I contacted the Jap company selling iMage Studio for AGB. They told me that they will not sell this progam to a non-licnesed person :( Is there anyone who...
hello, i wrote my first program for the gameboy advance. it does run on boycott advance v0.19b, but not on real hardware however. could someone post the top10...
It seems that the background scroll registers (0x4000010 - 0x400001E) and the background x and y registers (0x04000028, 0x400002C, etc.) serve a similar...
Anyone made a command line tool to rip the palette out of a bmp file and create an .act file from it? (i know its easy but im working to a deadline of hours...
I decided to reverse engineer the Visoly PC side software today so that I could write my own version. Below is enough code to display the first 256 bytes of a...
Hi, Is there a way in Arm SDT to make the ROM padded to a certain size? Or does any one have a program to do this (i tried writting one, but all i have is ...
Hey guys, Thanks for all the replys. Actually I'm trying to do what mike appears to be doing in his post below. (i.e. GBA and flash linker both sharing a flash...
One thing that has me really confused is why I can't much extend the GBA cart bus away from the GBA itself. The Visoly flash cart will fail with a 3 inch...
I am new to the world of GBA development, and seem to be unable to find any document with (detailed) information on : interrupts rotation / scaling registers ...
Hi, According to the FAQ it looks like the link port supports both syncronous comms (pins 2, 3, 5) and asynchronous comms (pin 4). I'm assuming that this is...