I've just bought my self a new toy ...a PSX->USB adapter, a great little gadget, makes my PSX analog joypad appear as a PC usb joystick, 4 analog and 16...
Could a DMA access to VRAM/OAM memory during HBlank cause a DMA lock up if OBJ display processing enabled for hblanks.. ? , this is a programming caution from...
I'm using GNU make and I'm having difficulties. I'm hoping someone here will be able to help. I process my graphics files from .bmp files to .o files by using...
I have a general question about rendering backgrounds. I am trying to implement a "Strip renderer" as people here on the board have called it, basically...
On behalf of a colleague, I would like to know what's at 0x124 and 0x168 in the GBA BIOS, and/or what BIOS call(s) this code is part of. And has/is anybody...
Hi guys, to celebrate the 10,000th visitor to my GBA pages I decided it was time to do some more GBA coding. What's new: * a dodgy GBA hack of an open source...
The intro of the game Dragon ball Z was a amazing movie. Im wondering how did they do it?? Is it in Mode 5 or...? If it is Mode 5, do they scale it? Im very...
Hi all, The Xport for the Gameboy Advance is now available for online purchase at www.charmedlabs.com For those hardware-oriented developers, the Xport is a...
Does anyone know how to tell if a DMA channel has finished its work. I was under the impression that the top bit of the DMA Control reg was cleared once the...
I would love to have some kind of wavetable sound (if I had my druthers, this would include extra amenities like reverb and chorus, and maybe some form of...
I'm just about to try and start to do a bit of devlopment. So before I start I was hoping for advice before I mess-up my PC. I have XP, with MSVC++ 6.x and the...
Phew, It's now over. I'd like to thank all of you who contributed entries to the mobile demo competition. The quality was something absolutely amazing....
Hi everyone, I have spent a good part of my summer learning about programming for the Game Boy Advance, and Blowhole is my first complete project. Blowhole is...
okay, I really needed some decent compression as LZ** just didn't give me the reduction I required, so I took pasi ojalas gunzip.c code and trimmed/fixed it to...
Hi all, Just wanted to let your know GARD has been released. You will need a MBv2 and a FA cart in order to let this proggie work. you can snoop around GBA...
... Hash: SHA1 hello list iam looking for some in game routines to print some game info on the screen. while using mode7 gfx , i think i have to use sprites to...
Hi, As I know, the modulo (x%y) and division (x/y) instructions are fairly slow on GBA. Are there any other instructions or program sequences to avoid on GBA...
Hi, We are experiencing problems with the latest carts of Flash Advance carts. Our savegames use 4 KBits EEPROM. If we burn our game on the latest carts (with...
Having faced a few multi-player woes on our current project, it would be interesting to see a cycle-exact app that emulated 2-4 connected GBAs, and would allow...
Has anybody figured out how to do an IWRAM code overlay? For instance, if I want to devote only 4 KB of IWRAM to code, but I have 40 KB of code that wants to...
Hi Everyone Out of interest, who on this list is working on 3D? Do we have anyone working for any of the big players such as Raylight, Graphic State, Torus, ...
Anyone know what the Tony Hawks balance meter maths is , I've done around 6 implementations for Shaun Murray Pro WakeBoarder on GBA and its still not what the...
Is there any kind of Gamecube dev group? I am looking for information about the gamecube memory card. The memory card 59 has this chip: S014539 MX25L4001MC-60A...
Hi It doesn't seem like it's possible to use \@ in macros in gnu assembler on gba. I suspect it's because \@ is used as comments. It does work in strings, but...
Is it because of my nick that noone posts a reply to my threads? Or is it that none of you know anything about the MBv2 and its communication capabilities? I...
Does anyone know if there is a size restriction one needs to keep in mind if your planning to have a game published (8M, 32M, 64M)? Thanks, Jeff (D)...
Great day! I made my GBA play the multiboot jingle using my own PC<->GBA program. After that I made a simple routine for the PC as master to send data to the...
This is an unusual request, I want to declare all of the variables in a particular C source module so that they are assigned memory addresses in a given...