Homebrew How to make homebrew

Havocbean

Member
OP
Newcomer
Joined
Nov 22, 2006
Messages
14
Trophies
0
XP
97
Country
Title makes me sound like a noob, but whatever. Is there a database for coding information regarding the DS?
I've got an open-source program (win32&linux) that I'd love to port over... Where should I start?
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
There are a few threads but you seem to know what you are doing.

Low level guide (everything from hand encoding opcodes to the subtle areas of the 3d hardware):
http://nocash.emubase.de/gbatek.htm

Toolchain that most use is devkitpro or the subset devkitarm:
http://www.devkitpro.org/
PaLib is a collection of libs designed with ease of use in mind, performance and variety to a degree can take a hit but definitely worth a look:
http://www.palib.info/

This being said linux got a DS port in DSLinux, maybe you could start there:
http://www.dslinux.org/

Some other interesting things:
DLDI, a library that allows you to patch a file to access (read and write depending on the patch: most do both) the FAT on the flash cart.
http://dldi.drunkencoders.com/

RAM, many GBA slot cards (which a good chunk of potential users have) come with some extra ram: normally 16 to 32 megabytes, it is not as fast as the 4 megs of inbuilt stuff but definitely worth a look.
http://forum.gbadev.org/viewtopic.php?t=13023

A nice starting guide:
http://www.patatersoft.info/manual.php

Best of luck.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,321
Country
United Kingdom
Most use C or for less performance intensive C++, any ASM is usually just a bit of inline stuff. There are numerous libraries doing just about everything (basic memory mapping/button abstraction through wifi through openGL style 3d libraries to stuff like PAlib which does loads but limits you a bit) as well.
"special software", devkitpro is the de facto compiler/assembler it seems (some noteable pieces of homebrew use some of the expensive commercial assemblers though). And I am assuming you have a test editor, depending on what you might be doing you may want something to turn windows images into GBA readable (there exists JPG, PNG,GIF... DS libraries mind) but that should also come in the devkitpro toolchain.

There is not much on the very high level front but there is lua:
http://www.dslua.com/
As I mentioned above linux got a port so you could use some of the APIs although that would require some research as I do not know what is there.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtu.be/IihvJBjUpNE?si=CsvoEbwzNKFf0GAm cool