remove PicoDrive-specific stuff, add readme

This commit is contained in:
notaz 2012-09-08 20:31:36 +03:00 committed by Grazvydas Ignotas
parent ca69c3e5a0
commit f506842df2
73 changed files with 13 additions and 16178 deletions

11
README Normal file
View file

@ -0,0 +1,11 @@
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