gbasys

view README @ 12:a6ddf338a111

line clipping
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Feb 2016 04:41:27 +0200
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.