SEGA PICO Chip Library for PicoDrive
Find a file
2012-11-11 21:00:45 +02:00
arm neon filters: minor optimization from M-HT 2012-11-07 01:35:01 +02:00
gp2x merge some pollux code from PCSX 2012-11-05 00:02:34 +02:00
linux update license in source code itself 2012-09-13 01:41:57 +03:00
pandora refactor plat.h, add gamma 2012-11-05 00:02:03 +02:00
win32 update license in source code itself 2012-09-13 01:41:57 +03:00
.gitignore add key config save code from rearmed ui 2012-09-13 01:41:57 +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
config_file.c minor adjustments 2012-09-16 19:43:29 +03:00
config_file.h add key config save code from rearmed ui 2012-09-13 01:41:57 +03:00
fonts.c basic text drawing function from PCSX 2012-11-11 21:00:45 +02:00
fonts.h basic text drawing function from PCSX 2012-11-11 21:00:45 +02:00
in_sdl.c update license in source code itself 2012-09-13 01:41:57 +03:00
in_sdl.h move common files to root 2012-09-13 01:41:53 +03:00
input.c merge some pollux code from PCSX 2012-11-05 00:02:34 +02: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 minor adjustments 2012-09-16 19:43:29 +03:00
menu.h merge border style from gpfce 2012-09-13 01:41:57 +03:00
plat.h add dummy platform file 2012-11-05 03:08:36 +02:00
plat_dummy.c add dummy platform file 2012-11-05 03:08:36 +02:00
posix.h move common files to root 2012-09-13 01:41:53 +03:00
README minor cahnges to M-HT's filters 2012-10-28 16:57:42 +02:00
readpng.c merge Themaister's libpng 1.5 fix 2012-09-13 02:30:04 +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.

The library also contains filters by Roman Pauer (M-HT), that are licensed
under MIT license, which is compatible with the above licenses.


- notaz