nuclear@7: gbasys nuclear@7: ------ nuclear@7: GameBoy Advance hardware abstraction library nuclear@7: nuclear@7: Author: John Tsiombikas nuclear@7: License: GNU General Public License v3 (or later). See COPYING for details. nuclear@7: nuclear@7: gbasys provides a number of useful functions for writting programs on the nuclear@7: nintendo gameboy advance handheld console. Some of the features are: nuclear@7: * video modes and framebuffer access nuclear@7: * high-resolution timing nuclear@7: * DMA transfers nuclear@7: * interrupt-based pad input nuclear@7: * minimal pseudo-terminal and font rendering nuclear@7: * serial communications and GPIO.