Home New Tutorials Programs
1-R4DS Setup 2-Software Space Invaders
Old Tutorials DSEmu
1-Setup 4-Sound 7-FIFO
2-Framebuffer 5-SRAM 8-Interrupts
3-Keys 6-Filesystems 9-Microphone
10-Extended Rotation Background

Homebrew Nintendo DS Development

24 February 2008: Tutorial 1 was about the hardware needed to run homebrew. Tutorial 2 is about what software to install and testing the install.
22 February 2008: I recently got a new Nintendo DS Lite and a R4DS so can get back to development on the device now. Rather than go through and update the existing tutorials I'm going to start from scratch working on new ones. Due to the large number of changes to devkitPro, and the use of the new development hardware, I think this will be a better approach since much of what I wrote about previously was quite low level and devkitPro now has much better libraries wrapping them.

Latest Tutorials

  1. Tutorial 1: Setting up the R4DS to run Homebrew applications (Updated 22 Feb 2008).
  2. Tutorial 2: Setting up the software to develop Homebrew Homebrew applications (Updated 23 Feb 2008).

Old Tutorials

The old tutorials (won't work on the latest devkitPRO releases but are still usefull for learning about the hardware) here are:

  1. Tutorial 1: Setting up the development evironment and building an example application that displays text output and reads the touch screen.
  2. Tutorial 2: Using the framebuffer mode of the Nintendo DS to draw to the screen. Also explains a bit about the Vertical Blank Interrupt.
  3. Tutorial 3: Detecting and acting on key presses.
  4. Tutorial 4: Playing sound samples.
  5. Tutorial 5: Storing and retrieving data from the save game area of the GBA cartridge.
  6. Tutorial 6: Covers filesystems, communications from the ARM9 to the ARM7 and better key handling.
  7. Tutorial 7: Covers using the FIFO registers to pass data between the ARM7 and ARM9 processors.
  8. Tutorial 8: All about Interrupts.
  9. Tutorial 9: How to use the microphone for recording sound.
  10. Tutorial 10: Extended rotation backgrounds, hardware scrolling and scaling, and displaying JPEG images.

DS Homebrew Programs

Other Programs

Links