Hi all, I've also posted this question on the gbadev.org forums so I apologise if you've also read this there. Anyway, I'm using interrupts in my code and most...
I know this has been asked before, but I cant find the answer. JEFF, on anyone who knows please let me know: When the agb is accessing the cart is the address...
Looking at puyo puyo, they use 11x11 tiles for their puzzle pieces once they have been placed on the game grid. I'm curious how they do this. I was thinking...
is there a uClinux for ARM7TDMI is there a cross-compile for it? <-- really need detail about version, where to get it, how to install. how to compile the...
I have had a problem saving data in the flash cartridge save data area (0x0E000000)only on newer cartridges like a flashadvance 256M or flash2advance 64M. The...
I can see how it could be made feasible. First thing you would have to worry about is weather the gba can read and cache data from the hard drive at a fast...
Not sure if this is old news, but... http://www.quirky.remakes.org/html/gjumpscr.html Elite in all its glory, along with Chaos and Cyclone. Thank you, quirky...
Hello, I just bought an XtremeLink USB development kit with a 256mb flash card. And I thought I would be happy with it until I tried to upload a backed up to...
... 256 colors 1 palette allows 512 characters, Bit 0 is fixed to 0 FOR 2D mapping, so for 1d mapping you use bits 0 to 7 for 2d you use bits 1-8, doesnt...
Do you think the GBA LCD screen has a fast enough screen refresh to be a candidate for a LCD goggle forced 3d perspective device? That is to say that over each...
Would not an ata-1 HD controller be easer than accessing smart media? At least the atapi info is easy to come by and there are more people who know how to...
Hi guys, Here's my problem: I've setup a simple comm between a master and a slave gba, with SIOs irqs activated on both machines. Both machines also have a...
So i've written just a small sample that uses vblank. The main loop is just an infinite while(1) and the vblank just dma's the new graphic data to the screen....
I'm creating a tetris game that uses a 180 entry array of ints to represent a 10 x 18 play area. I'm experiencing a bug where this array is being filled with...
So now that Nintendo has announced the GBA SP, and thus making the rumor of the GBA + come true, what about the CPU upgrade? Haven't seen anything supporting...
Has anyone seen a copy of the Premier Press Programming the Gameboy Advance book yet (http://www.amazon.co.uk/exec/obidos/isbn=1931841780)? Can anyone ...
Happy new year. This is a project I have always want to do, which is a Enhanced MB cable capable of downloading MultiBoot code to GBA without a computer. This...
i've been looking at various gba.h files and have a question about setting up memory locations. I've notived 3 main ways people are doing this.... #define...
Hello group, i have a question. Will the GBA display controler display the change of HOFS of a background layer while he is already in HWRITE? For example, the...
Hello, Just thought I would start off the new year with a mail about a newly opened gba development forum. Its located at http://forum.gbadev.org and covers ...
Hey all. I am making a Crono Trigger "clone" for GBA, i call it "(rono Trigger" to avoid the trademark. Right now i am in a seriuos problem: I need graphic...
I've got an AI class. It is a public member variable of of a console class: When I do this: class Console{ public: AI ai; //more members } everything compiles...
Is there anyone using the Xport here? I am having trouble getting the output working (p18&19?).. Since I cant get devkitadvance to compile these projects I...
Hi alls, I'm starting a "just for fun" GBA game. The game is fully open sources and open datas, and I searching some people to help me. So if some of you want...