Hi! ... Hey, that's really good to hear. I hardly get any feedback on this stuff, positive or negative. ... Are we talking 16-bit or 32-bit words here? CU Uli...
Ulrich Hecht
uli@...
Jun 2, 2004 9:39 am
14783
... 32bit words - this is nothing to do with the SMS stick itself but rather part of the GBA multiboot protocol. I'm surprised the stick loader doesn't take...
Hello all I am new to the group and a novice gameboy developer. All the pages that I read say that you should download and install the gbdevkit. I have done...
... It's gcc, and it's compiled for ARM support, I don't think your lcc is compiled for cross development with ARM CPU support. (I forget the details about...
Hi, Im a graphic artist looking to hopefully teamup with somebody here to perhaps work on a couple homebrew Ereader card games. Not only can I do the artwork...
... For example, at http://www.work.de/nocash/gbatek.htm#soundchannelaandbdmasound you can find that GBA's Direct Sound channels can reproduce sound of signed...
Just a short post to announce that the largest Nintendo related game save sharing community N-Scene is back in business!!! It's been a very difficult past few...
Just wanted to drop gbadev a line to let you all know that I've started a new Yahoo group for developing for the new Aruze AP-3, a Linux-based arcade platform....
I am trying to connect my GBA to a Magellan 310 GPS, similar to gpsboy, but multi map. The GPS outputs @ 2400baud. Based on what I have been able to find out I...
I've been trying to learn how to incorporate music and sound effects into my game. I've figured out how to play Direct Sounds thanks to various websites and...
Its been a long while since I was involved with GBa but I know the principals of these. Since you said you used both soundchannels, well those 2 are both used...
Hi, I've been trying to figure out a good way to detect if two objects touch each other in an action game like mario brothers. The first game I am making, I...
You could use the two techniques you describe at the same time, by having a collision map which is of a lower resolution than the spite movement. so have a...
Another way to do it is to have all of your sprites in X-sorted and Y-sorted linked lists. The list only changes when one sprite moves past another one, or...
That's a really good idea, (I'm still wondering how come I didn't come up with it on my own :) ) But after some thought, I'm just wondering how to implement...
... <snip> The Y sorting is good if your game uses a 2D field. If it's simply a platformer, such as Mario, you can get away with sorting just the axis you're...
Hello Question, has anybody used Noctural Ent's Catapult ROM builder? I dl'ed the free version, which seems kinda fine, say it contains macros and stuff to...
Hi, all!. I may be new to this group and to development of S/W for the Game Boy platform, But I am not new to writing code for micros. My experience extends...
Hi folks, I hope you'll forgive the somewhat spammy email, but I just thought I should write to let you know that the Apex Audio System has been updated. The...
Hi everyone, I'm doing a research work on the GBA platform for an Entertainment Hardware course. I've found plenty of informations for the GBA memory maps,...
Hi, My name is Bill and my son just got his first GBA. I have been doing some programming both in C and some game programming in DarkBasic, but I am not a...
I'm not too concerned with the DS putting the GBA world in limbo. Now it will probably reduce the amount of new commercial games coming out for the GBA, so you...
Hey Bill Im not a programmer myself since I never actually coded a demo wich was worthy to be posted on any website, but I did look for sprites, mode4 ...
Hi Bill, In my opinion the GBA is a great platform for a hobbyist programmer, and a great way to improve your C programming skills. It's completely different...
Bill, GBA is probably the best non-pc platform to begin programming on. It is powerful enough to do some incredible things, yet simple enough to be mastered...
Hi Jason, While i can understand the fact that you suggest people that want to properly learn programming embedded platforms to avoid the HAMlib function ...
Emanuel, I apologize as I seem to be misunderstood. I was referring only to ham lib which I believe is a very solid implementation of the functionality needed...