gbasys

view README @ 7:72c6429ae953

changed all the copyright headers and added a README
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 18 Apr 2014 02:04:46 +0300
parents
children
line source
1 gbasys
2 ------
3 GameBoy Advance hardware abstraction library
5 Author: John Tsiombikas <nuclear@member.fsf.org>
6 License: GNU General Public License v3 (or later). See COPYING for details.
8 gbasys provides a number of useful functions for writting programs on the
9 nintendo gameboy advance handheld console. Some of the features are:
10 * video modes and framebuffer access
11 * high-resolution timing
12 * DMA transfers
13 * interrupt-based pad input
14 * minimal pseudo-terminal and font rendering
15 * serial communications and GPIO.