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
+1
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` |