gbasys

annotate README @ 12:a6ddf338a111

line clipping
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 01 Feb 2016 04:41:27 +0200
parents
children
rev   line source
nuclear@7 1 gbasys
nuclear@7 2 ------
nuclear@7 3 GameBoy Advance hardware abstraction library
nuclear@7 4
nuclear@7 5 Author: John Tsiombikas <nuclear@member.fsf.org>
nuclear@7 6 License: GNU General Public License v3 (or later). See COPYING for details.
nuclear@7 7
nuclear@7 8 gbasys provides a number of useful functions for writting programs on the
nuclear@7 9 nintendo gameboy advance handheld console. Some of the features are:
nuclear@7 10 * video modes and framebuffer access
nuclear@7 11 * high-resolution timing
nuclear@7 12 * DMA transfers
nuclear@7 13 * interrupt-based pad input
nuclear@7 14 * minimal pseudo-terminal and font rendering
nuclear@7 15 * serial communications and GPIO.