muldjord / skyscraper

Powerful and versatile game scraper written in c++
GNU General Public License v3.0
489 stars 128 forks source link

Add Support for the Phillips CD-i #337

Open XenuIsWatching opened 2 years ago

XenuIsWatching commented 2 years ago

Describe the feature / request

Add Support for the Phillips CD-i

Additional context

Appendix

Skyscraper Platform Platform Name File Extensions Screenscraper fr ID
CD-i cdi *.chd 133

I'm not 100% sure on the file extenstions. Looking on screen scraper, I see hashes for cue, bin, and zips as well... but I've only seen emulators that work with chd (unless if theres some I haven't seen)

XenuIsWatching commented 2 years ago

the platform name could also be cdimono1 due to the way mame works with driver look up :/

detain commented 2 years ago

This was added to detain/skyscraper fork which is up to date with this one plus has like 10 platforms added, platform data and screenscraper ids are now stored in JSON files instead of hard-coded in cpp for easier management, a 'texture' image type was added, along with a few other improvements while maintaining backwards compatibility