Universal-Rom-Tools / Universal-XML-Scraper

Scraper de Rom
196 stars 46 forks source link

Add LHA archive support for AMIGA ROMs #314

Open Elotoha opened 5 years ago

Elotoha commented 5 years ago

AmiBerry for AMIGA on Retropie only supports Rom files archived in LHA format (ZIP files goes black screen). Prior to this pull request, I had to scrap everything with ZIP files, convert each ZIP to LHA, and manually change .ZIP to .LHA in gamelist.xml. That was overcomplicated.

This code adds support to LHA archives : it can now decompress Zip files AND Lha files.

I didn't find licence file for "LHA for Windows" I found here : http://gnuwin32.sourceforge.net/packages/lha.htm But it is hosted on a GNU Open Source Licence WebSite, so that seems to be Ok.

UniversalXMLScraper from Universal-Rom-Tools seems dead (Last commited 2 years ago for most files), so I you wish to get LhaSupport get : https://github.com/Elotoha/Universal-XML-Scraper/tree/LhaSupport