gbasys
diff README @ 9:85f219fcdc82
merged
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 22 Jun 2014 06:27:18 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Sun Jun 22 06:27:18 2014 +0300 1.3 @@ -0,0 +1,15 @@ 1.4 +gbasys 1.5 +------ 1.6 +GameBoy Advance hardware abstraction library 1.7 + 1.8 +Author: John Tsiombikas <nuclear@member.fsf.org> 1.9 +License: GNU General Public License v3 (or later). See COPYING for details. 1.10 + 1.11 +gbasys provides a number of useful functions for writting programs on the 1.12 +nintendo gameboy advance handheld console. Some of the features are: 1.13 + * video modes and framebuffer access 1.14 + * high-resolution timing 1.15 + * DMA transfers 1.16 + * interrupt-based pad input 1.17 + * minimal pseudo-terminal and font rendering 1.18 + * serial communications and GPIO.