2026-03-25 14:50:09 +01:00
# RetroBIOS
2026-03-17 10:54:39 +01:00
2026-03-25 14:50:09 +01:00
Source-verified BIOS and firmware packs for retrogaming platforms.
2026-03-17 10:54:39 +01:00
2026-03-25 14:51:57 +01:00
Documentation and metadata can drift from what emulators actually load at runtime.
To keep packs accurate, each file here is checked against the emulator's source code:
what the code opens, what hashes it expects, what happens when a file is missing.
305 emulators profiled, 8 platforms cross-referenced,
2026-03-25 14:50:09 +01:00
6,733 files verified.
### How it works
2026-03-25 14:51:57 +01:00
1. **Read emulator source code** - identify every file the code loads, its expected hash and size
2. **Cross-reference with platforms** - match against what RetroArch, Batocera, Recalbox and others declare
3. **Build packs** - for each platform, include its baseline files plus what its cores need
4. **Verify** - run each platform's native checks (MD5, existence) and emulator-level validation (CRC32, size)
2026-03-25 14:50:09 +01:00
2026-03-25 14:51:57 +01:00
When a platform and an emulator disagree on a file, the discrepancy is reported.
When a variant in the repo satisfies both, it is preferred automatically.
2026-03-25 14:50:09 +01:00
> **6,733** files | **5043.6 MB** | **8** platforms | **305** emulator profiles
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
## Download
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
| Platform | Files | Verification | Pack |
|----------|-------|-------------|------|
2026-03-19 15:15:53 +00:00
| Batocera | 359 | md5 | [Download ](../../releases/latest ) |
| EmuDeck | 161 | md5 | [Download ](../../releases/latest ) |
| Lakka | 448 | existence | [Download ](../../releases/latest ) |
2026-03-18 10:44:13 +01:00
| Recalbox | 346 | md5 | [Download ](../../releases/latest ) |
2026-03-19 15:15:53 +00:00
| RetroArch | 448 | existence | [Download ](../../releases/latest ) |
| RetroBat | 331 | md5 | [Download ](../../releases/latest ) |
2026-03-19 23:26:43 +01:00
| RetroDECK | 2007 | md5 | [Download ](../../releases/latest ) |
2026-03-19 15:15:53 +00:00
| RetroPie | 448 | existence | [Download ](../../releases/latest ) |
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
## Coverage
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
| Platform | Coverage | Verified | Untested | Missing |
|----------|----------|----------|----------|---------|
2026-03-20 19:12:35 +00:00
| Batocera | 359/359 (100.0%) | 358 | 1 | 0 |
2026-03-19 15:15:53 +00:00
| EmuDeck | 161/161 (100.0%) | 161 | 0 | 0 |
2026-03-25 14:50:09 +01:00
| Lakka | 448/448 (100.0%) | 440 | 8 | 0 |
| Recalbox | 346/346 (100.0%) | 341 | 5 | 0 |
| RetroArch | 448/448 (100.0%) | 440 | 8 | 0 |
| RetroBat | 331/331 (100.0%) | 330 | 1 | 0 |
| RetroDECK | 2007/2007 (100.0%) | 2001 | 6 | 0 |
| RetroPie | 448/448 (100.0%) | 440 | 8 | 0 |
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
## Documentation
2026-03-17 10:54:39 +01:00
2026-03-18 10:44:13 +01:00
Full file listings, platform coverage, emulator profiles, and gap analysis: ** [https://abdess.github.io/retrobios/ ](https://abdess.github.io/retrobios/ )**
2026-03-17 10:54:39 +01:00
2026-03-19 23:26:43 +01:00
## Contributors
< a href = "https://github.com/monster-penguin" > < img src = "https://avatars.githubusercontent.com/u/266009589?v=4" width = "50" title = "monster-penguin" > < / a >
2026-03-17 10:54:39 +01:00
## Contributing
2026-03-18 10:44:13 +01:00
See [CONTRIBUTING.md ](CONTRIBUTING.md ) for guidelines.
2026-03-17 10:54:39 +01:00
## License
This repository provides BIOS files for personal backup and archival purposes.
2026-03-25 14:51:57 +01:00
*Auto-generated on 2026-03-25T13:51:15Z*