diff --git a/README.md b/README.md index 2e2246b0..c08a08b6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ RetroBIOS

-

- Complete BIOS and firmware packs for Batocera, BizHawk, EmuDeck, Lakka, Recalbox, RetroArch, RetroBat, RetroDECK, RetroPie, and RomM. -

+Complete BIOS and firmware packs for Batocera, BizHawk, EmuDeck, Lakka, Recalbox, RetroArch, RetroBat, RetroDECK, RetroPie, and RomM. **7,302** verified files across **396** systems, ready to extract into your emulator's BIOS directory. @@ -120,10 +118,6 @@ To keep packs accurate, each file is checked against the emulator's source code. 3. **Build packs** - include baseline files plus what each platform's cores need 4. **Verify** - run platform-native checks and emulator-level validation -## Community tools - -- [BIOS Preservation Tool](https://github.com/monster-penguin/BIOS-Preservation-Tool) by [monster-penguin](https://github.com/monster-penguin) - scan, verify, and stage your own BIOS collection using RetroBIOS hash metadata - ## Contributors @@ -138,4 +132,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. This repository provides BIOS files for personal backup and archival purposes. -*Auto-generated on 2026-04-02T13:38:26Z* +*Auto-generated on 2026-04-03T12:21:45Z* diff --git a/scripts/generate_readme.py b/scripts/generate_readme.py index 36bf576f..cb40e860 100644 --- a/scripts/generate_readme.py +++ b/scripts/generate_readme.py @@ -143,7 +143,9 @@ def generate_readme(db: dict, platforms_dir: str) -> str: pass lines = [ - "# RetroBIOS", + '

', + ' RetroBIOS', + "

", "", f"Complete BIOS and firmware packs for " f"{', '.join(c['platform'] for c in sorted(coverages.values(), key=lambda x: x[