gbasys

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Fri Apr 18 02:04:46 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.