Skip to content

devkitPro/gba-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gba-examples

Game Boy Advance examples using libgba.

Authors: Christer Andersson, r6502, WinterMute

Audio

basic_sound.gba plays a background music in a loop. Press and hold button A to play an ambulance sound on left speaker. Press button B to play a boom sound on right speaker.

MaxMod Audio Demo

PlayBoyScout.gba displays a static background image and plays a song repeatedly.

BoyScout was a PC Windows softwaresynth that emulated the GameBoy Advance sound chip. It let you compose your songs in Windows through a tracker style interface with seamless transfer to GameBoy Advance. boyscout archive

PlayBoyScout

Graphics

ansi_console.gba displays 'Hello World' at the center of the screen and 4 strings at each corner.

ansi_console

PCXView.gba displays a image PCX format with a fade-in effect (splash screen).

PCXView.gba

SimpleBGScroll.gba: displays a long scrolling text on the screen, from right to left.

SimpleBGScroll

MBV2

mbv2print.gba sends a 'Hello World' using the MultiBoot Version 2 (MBV2) cable.

Template

template.gba prints a 'Hello World' at the center of the screen.

template

Utility

biosdumper_mb.gba reads the Game Boy Advance BIOS and saves it to the SD/CF card using libfat.

Xboo

XbooLoad_mb.gba demonstrate the use of the Xboo Communicator file server and debug console. The example shows an image on screen. If button A is pressed, image fades out and reappears.

XbooLoad

XbooPrint_mb.gba sends a 'Hello World' using the Xboo cable.