mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-08-31 17:12:45 +00:00
SEGA PICO Chip Library for PicoDrive
|
||
---|---|---|
arm | ||
gp2x | ||
linux | ||
pandora | ||
win32 | ||
.gitignore | ||
arm_linux.h | ||
arm_linux.S | ||
config_file.c | ||
config_file.h | ||
fonts.c | ||
fonts.h | ||
gl.c | ||
gl.h | ||
gl_platform.c | ||
gl_platform.h | ||
in_sdl.c | ||
in_sdl.h | ||
input.c | ||
input.h | ||
lprintf.h | ||
menu.c | ||
menu.h | ||
plat.h | ||
plat_dummy.c | ||
plat_sdl.c | ||
plat_sdl.h | ||
posix.h | ||
README | ||
readpng.c | ||
readpng.h | ||
sndout.c | ||
sndout.h | ||
sndout_sdl.c | ||
sndout_sdl.h |
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