gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > Latest GBA Header Files

#10003 - Snoobab - Sun Aug 24, 2003 4:56 pm

Hi Guys,

Anybody know where can I get hold of the latest release of GBA header files? (ie. gba.h)

Thanks, Ed.

#10005 - Lupin - Sun Aug 24, 2003 5:08 pm

There are various types of headers for gba programming of different authors. I like my header files most, because I collected the best header files I could find and put everything together.

I would start creating my own headers, that way you're able to add specific stuff you need and leave out the other stuff

#10038 - antysix - Mon Aug 25, 2003 9:11 am

I recommend that if you're getting a bit more into GBA programming you make your own header files. Just grab some CowBite or GBATek doc and go reading it at least a few times. Then implement stuff by writing your macro's, functions and definitions. You'll learn a lot about the hardware if you make your own headers this way.
_________________
Currently playing: NGC: Metroid Prime
GBA: Golden Sun: The Lost Age

Currently developping: Project ~ [ Phail ]

#10123 - Snoobab - Wed Aug 27, 2003 6:11 pm

Good idea's, thanks!