Hi, I have made an XBOO cable and am having trouble getting it to work. I have tested the cable since I constructed it and the multi-meter verifies that it is...
Hello All, I am starting to use the IAR Embedded Workbench 4.11 for ARM with the Gameboy Advance. Does anybody have a Linker Command File and Startup file that...
It seems that the cable doesn't work on some computers, some time ago I made one that didn't work on my computer but worked perfectly on a friend's, recently I...
I also made an XBOO cable. Sometimes it seems sort of random whether or not it works, because the CPU has to try to handle timing while multitasking under...
Hi, I also have a toshiba laptop! I love it. I finally got it to work. It is my fault anyway. Looking at the schematic I used it appeared that the picture was...
I just tried it a few more times. It's still as flaky as ever with version 1.21. If you're getting a "No response from GBA" message and absolutely no...
I'm working on a project using a Parallax Basic Stamp and would like to have it display the results on the GBA as basic text. I don't know if I can use the...
Hi Gick2002, Just out of curiosity, how much memory has you basic stamp got? as if your going to program the gba with something to show output in text on GBA,...
Jim Bagley
jimbagley@...
Feb 9, 2006 9:05 am
14972
... Well, an 8x8 bitmap font needs 1k per bit of depth, so he'd need 4k for the font. That eliminates the two starter kits (which have 256 bytes of EEPROM for...
Somewhat OT: I would highly recommend other microcontrollers besides parallax's basic stamp. It is over-priced, and under-powered. I've used Atmel's AVR a...
... Hello, I did not develop for GBA for a long time, but IIRC the multiboot data have to conform to nintendo's multiboot header, which contains not only...
Memory shouldn't be a problem, memory is cheap these days. For example: http://www.sparkfun.com/commerce/product_info.php?products_id=301 4mbit for 3.87 USD...
Hi, I have been a silent reader of the forum for quite sometime. Even though my question is too basic , comparing to the ones posted by others. However, I am...
... If I'm reading you right, I'm guessing that you are seeing the first character in your character table repeated across the display? If that's the case,...
... Yes, that's right. ... BG3 should countain "map" of image, let's say (A is first character = 0x00) ABCDE FGHIJ KLMNO for 40x24 pixel graphics (which need...
... If you find a tool that does allow you to rearrange the palette to your liking, tell us all. I couldn't find it, but then again, I didn't look through the...
Photoshop rearranges the colors according to it's selection bar, ie from RED to BLUE to GREEN back to RED. So set your BG color to full RED with a hint of BLUE...
Hey, I'd recommend GraphicsGale (http://www.humanbalance.net/gale/us/index.html) to anyone who just wants to do simple pixel art without paying for an...
Hi Thank you all. I have figured out a way with photoshop to force colours. Try this: Goto Images > Indexed color Check out the forced pull down menu and...
So that's what custom does ! on btw, the path is actually Goto Images > Mode > Indexed color But I've noticed that the gifs2sprites.exe reorders the colors...
could i get a poll of what people use as their developement platform? There are so many tools out there, it's a little hard for a newbie to understand which...
in the past, I had a linux setup -- Fedora Core 3 at the time, with DevKit Advance (and later DevKit ARM). As for an editor, I just used vim. No special...
... Windows XP (my computer at work and labtop at home) ... devkitadv (the one where you use gcc.exe)(you can tell how knowledgable I am with my compiler :-P )...
... debian linux ... devkitarm for compiling ... gvim for editing source code ... The Gimp for creation + gfx2gba for conversion ... audacity (though I haven't...
OS: Mac OS X Compiler:I'm using devkitPro's Mac OS X version, and I've stolen an all-purpose Makefile from the linux examples on sourceforge. The beauty about...
... Windows XP ... GCC as installed with an older version of HAM. ;) (Not using HAMlib). ... HAM IDE, Visual Studio ... Photoshop, custom tools, Kaleid ... ...
... They're there for stealing :) ... Indeed it does. ... 1. check there are no spaces in the paths - both your project folder and the folder where devkitPro...