diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb0528d5..87561c19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,6 +112,7 @@ jobs: | RetroBat | RetroBat_BIOS_Pack.zip | bios/ | | RetroDECK | RetroDECK_BIOS_Pack.zip | ~/retrodeck/bios/ | | EmuDeck | EmuDeck_BIOS_Pack.zip | Emulation/bios/ | + | RomM | RomM_BIOS_Pack.zip | bios/{platform_slug}/ | ### Changes ${CHANGES} diff --git a/README.md b/README.md index 5bfc9889..f70e52f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RetroBIOS -Complete BIOS and firmware packs for RetroArch, Batocera, Recalbox, Lakka, RetroPie, EmuDeck, RetroBat, and RetroDECK. +Complete BIOS and firmware packs for RetroArch, Batocera, Recalbox, Lakka, RetroPie, EmuDeck, RetroBat, RetroDECK, and RomM. **6,748** verified files across **294** systems, ready to extract into your emulator's BIOS directory. diff --git a/wiki/tools.md b/wiki/tools.md index 0bd68d0f..20278622 100644 --- a/wiki/tools.md +++ b/wiki/tools.md @@ -43,6 +43,8 @@ Verification modes per platform: | Batocera, RetroBat | md5 | MD5 hash match | | Recalbox | md5 | MD5 multi-hash, 3 severity levels | | EmuDeck | md5 | MD5 whitelist per system | +| RetroDECK | md5 | MD5 per file via component manifests | +| RomM | md5 | size + any hash (MD5/SHA1/CRC32) | ### generate_pack.py