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:
Roël Couwenberg
2026-03-25 19:24:59 +01:00
committed by GitHub
parent 1ad10eddb7
commit 32b391ef69
4 changed files with 2497 additions and 0 deletions

View File

@@ -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` |

View File

@@ -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

File diff suppressed because it is too large Load Diff