mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-30 06:12:47 +00:00
feat: Addition of a RomM package (#37)
* feat: Initial addition of the RomM scraper and package * docs: Added RomM to the verification modes table * chore: Clean up scraper by removing workaround code from main() and an unused system translation map
This commit is contained in:
parent
1ad10eddb7
commit
32b391ef69
4 changed files with 2497 additions and 0 deletions
|
|
@ -93,3 +93,4 @@ Full libretro docs: `https://docs.libretro.com/library/<core>/`
|
|||
| RetroBat | md5 | MD5 check via JSON config | `batocera-systems.json` |
|
||||
| EmuDeck | md5 | MD5 whitelist per system | `checkBIOS.sh` |
|
||||
| Recalbox | md5 | multi-hash comma-separated | `es_bios.xml` + `Bios.cpp` |
|
||||
| RomM | md5 | MD5 | `known_bios_files.json` |
|
||||
|
|
|
|||
|
|
@ -93,3 +93,10 @@ platforms:
|
|||
scraper: null
|
||||
cores: all_libretro
|
||||
schedule: null
|
||||
|
||||
romm:
|
||||
config: romm.yml
|
||||
status: active
|
||||
logo: "https://raw.githubusercontent.com/rommapp/romm/master/.github/resources/isotipo.png"
|
||||
scraper: romm
|
||||
schedule: monthly
|
||||
|
|
|
|||
2359
platforms/romm.yml
Normal file
2359
platforms/romm.yml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue