Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 390 Bytes

gba

Running on real Gameboy Advance SP

A collection of GBA programs.

  • gba_simple : The most simple GBA program.
  • gba_self : Try to use own crt0.s and ld linker script.
  • gba_sample_01 : Draw random lines on screen.
  • (work in progress) gba_sample_02 : Line drawing sample. (With fixed point math lib)
  • gba_mode5 : GBA mode5 (160x128 16bits x 2) sample