SEGA PICO Chip Library for PicoDrive
Find a file
2012-09-13 01:41:57 +03:00
gp2x move common files to root 2012-09-13 01:41:53 +03:00
linux move common files to root 2012-09-13 01:41:53 +03:00
pandora remove PicoDrive-specific stuff, add readme 2012-09-13 01:41:07 +03:00
win32 move common files to root 2012-09-13 01:41:53 +03:00
.gitignore remove PicoDrive-specific stuff, add readme 2012-09-13 01:41:07 +03:00
arm_linux.h move common files to root 2012-09-13 01:41:53 +03:00
arm_linux.S move common files to root 2012-09-13 01:41:53 +03:00
fonts.c move common files to root 2012-09-13 01:41:53 +03:00
fonts.h move common files to root 2012-09-13 01:41:53 +03:00
in_sdl.c move common files to root 2012-09-13 01:41:53 +03:00
in_sdl.h move common files to root 2012-09-13 01:41:53 +03:00
input.c move common files to root 2012-09-13 01:41:53 +03:00
input.h move common files to root 2012-09-13 01:41:53 +03:00
lprintf.h move common files to root 2012-09-13 01:41:53 +03:00
menu.c merge border style from gpfce 2012-09-13 01:41:57 +03:00
menu.h merge border style from gpfce 2012-09-13 01:41:57 +03:00
plat.h move common files to root 2012-09-13 01:41:53 +03:00
posix.h move common files to root 2012-09-13 01:41:53 +03:00
README remove PicoDrive-specific stuff, add readme 2012-09-13 01:41:07 +03:00
readpng.c move common files to root 2012-09-13 01:41:53 +03:00
readpng.h move common files to root 2012-09-13 01:41:53 +03:00

libpicofe, or LIB-PICOdrive's-FrontEnd, is an attempt to reuse PicoDrive's
frontend code for other projects. To accommodate various needs, this is
tripple-licensed with these licenses:
  - GNU GPL, version 2 or later.
  - GNU LGPL, version 2.1 or later.
  - MAME license.
When used as part of another project, host project's license usually applies
to combined source code as a whole.


- notaz