diff --git a/README.md b/README.md index 5c01d6bc..7b395572 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Complete BIOS and firmware packs for Batocera, BizHawk, EmuDeck, Lakka, Recalbox, RetroArch, RetroBat, RetroDECK, RetroPie, and RomM. -**7,720** verified files across **352** systems, ready to extract into your emulator's BIOS directory. +**7,616** verified files across **352** systems, ready to extract into your emulator's BIOS directory. ## Quick Install @@ -46,8 +46,8 @@ Each file is checked against the emulator's source code to match what the code a - **10 platforms** supported with platform-specific verification - **328 emulators** profiled from source (RetroArch cores + standalone) - **352 systems** covered (NES, SNES, PlayStation, Saturn, Dreamcast, ...) -- **7,720 files** verified with MD5, SHA1, CRC32 checksums -- **8839 MB** total collection size +- **7,616 files** verified with MD5, SHA1, CRC32 checksums +- **8828 MB** total collection size ## Supported systems @@ -130,4 +130,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. This repository provides BIOS files for personal backup and archival purposes. -*Auto-generated on 2026-03-28T23:47:05Z* +*Auto-generated on 2026-03-28T23:58:29Z* diff --git a/database.json b/database.json index a2fa4fe5..af6feb07 100644 --- a/database.json +++ b/database.json @@ -1,5 +1,5 @@ { - "generated_at": "2026-03-28T23:54:35Z", + "generated_at": "2026-03-28T23:58:02Z", "total_files": 7616, "total_size": 9257291984, "files": { diff --git a/emulators/fbalpha2012_cps2.yml b/emulators/fbalpha2012_cps2.yml index 76b0e5ee..191c695a 100644 --- a/emulators/fbalpha2012_cps2.yml +++ b/emulators/fbalpha2012_cps2.yml @@ -31,6 +31,7 @@ notes: | files: - name: "hiscore.dat" + path: "fbalpha2012/hiscore.dat" description: "High score persistence database" required: false source_ref: "src/burn/hiscore.c:228-232" diff --git a/emulators/mame2000.yml b/emulators/mame2000.yml index 59fa3ce6..3bb4a2c8 100644 --- a/emulators/mame2000.yml +++ b/emulators/mame2000.yml @@ -37,6 +37,7 @@ files: note: "high score definitions, loaded from ROM directory" - name: cheat.dat + path: "mame2000/cheat/cheat.dat" required: false category: game_data source_ref: "src/cheat.c:210,618,830" diff --git a/emulators/mame2015.yml b/emulators/mame2015.yml index 4af6be68..9843bd2b 100644 --- a/emulators/mame2015.yml +++ b/emulators/mame2015.yml @@ -58,6 +58,7 @@ notes: | files: # Data files (system_dir/mame2015/) - name: hiscore.dat + path: "mame2015/hiscore.dat" required: false category: game_data source_ref: "src/emu/hiscore.c:335-337" diff --git a/emulators/mess2015.yml b/emulators/mess2015.yml index eddc427d..66f3f05d 100644 --- a/emulators/mess2015.yml +++ b/emulators/mess2015.yml @@ -33,6 +33,7 @@ notes: | files: - name: hiscore.dat + path: "mess2015/hiscore.dat" required: false category: game_data source_ref: "src/emu/hiscore.c:335-337" diff --git a/emulators/neocd.yml b/emulators/neocd.yml index 22742221..a4fc87d8 100644 --- a/emulators/neocd.yml +++ b/emulators/neocd.yml @@ -38,7 +38,7 @@ files: # --- Front Loader family --- - name: neocd_f.rom - dest: neocd/neocd_f.rom + path: "neocd/neocd_f.rom" system: snk-neogeo-cd required: false size: 524288 @@ -46,7 +46,7 @@ files: source_ref: "src/bios.cpp:59 FRONT_LOADER_SEARCH_PATTERN at 0xC0006C" - name: front-sp1.bin - dest: neocd/front-sp1.bin + path: "neocd/front-sp1.bin" system: snk-neogeo-cd required: false size: 524288 @@ -54,7 +54,7 @@ files: source_ref: "src/bios.cpp:59 FRONT_LOADER_SEARCH_PATTERN, src/bios.cpp:148-160 autoByteSwap" - name: neocd_sf.rom - dest: neocd/neocd_sf.rom + path: "neocd/neocd_sf.rom" system: snk-neogeo-cd required: false size: 524288 @@ -64,7 +64,7 @@ files: # --- Top Loader family --- - name: neocd_t.rom - dest: neocd/neocd_t.rom + path: "neocd/neocd_t.rom" system: snk-neogeo-cd required: false size: 524288 @@ -72,7 +72,7 @@ files: source_ref: "src/bios.cpp:60 TOP_LOADER_SEARCH_PATTERN at 0xC0006C" - name: top-sp1.bin - dest: neocd/top-sp1.bin + path: "neocd/top-sp1.bin" system: snk-neogeo-cd required: false size: 524288 @@ -80,7 +80,7 @@ files: source_ref: "src/bios.cpp:60 TOP_LOADER_SEARCH_PATTERN, src/bios.cpp:148-160 autoByteSwap" - name: neocd_st.rom - dest: neocd/neocd_st.rom + path: "neocd/neocd_st.rom" system: snk-neogeo-cd required: false size: 524288 @@ -90,7 +90,7 @@ files: # --- CDZ family --- - name: neocd_z.rom - dest: neocd/neocd_z.rom + path: "neocd/neocd_z.rom" system: snk-neogeo-cd required: false size: 524288 @@ -98,7 +98,7 @@ files: source_ref: "src/bios.cpp:61 CDZ_SEARCH_PATTERN at 0xC0006C" - name: neocd.bin - dest: neocd/neocd.bin + path: "neocd/neocd.bin" system: snk-neogeo-cd required: false size: 524288 @@ -106,7 +106,7 @@ files: source_ref: "src/bios.cpp:61 CDZ_SEARCH_PATTERN, src/bios.cpp:148-160 autoByteSwap" - name: neocd_sz.rom - dest: neocd/neocd_sz.rom + path: "neocd/neocd_sz.rom" system: snk-neogeo-cd required: false size: 524288 @@ -114,7 +114,7 @@ files: source_ref: "src/bios.cpp:64 SMKDANBETA_CDZ_SEARCH_PATTERN at 0xC00004" - name: uni-bioscd.rom - dest: neocd/uni-bioscd.rom + path: "neocd/uni-bioscd.rom" system: snk-neogeo-cd required: false size: 524288 diff --git a/emulators/same_cdi.yml b/emulators/same_cdi.yml index 161e9ec1..b273bd9a 100644 --- a/emulators/same_cdi.yml +++ b/emulators/same_cdi.yml @@ -36,6 +36,7 @@ notes: | files: - name: cdimono1.zip + path: "same_cdi/bios/cdimono1.zip" category: bios_zip system: cdi required: true @@ -69,6 +70,7 @@ files: sha1: "56d0acd7caad51c7de703247cd6d842b36173079" - name: cdimono2.zip + path: "same_cdi/bios/cdimono2.zip" category: bios_zip system: cdi required: false @@ -92,6 +94,7 @@ files: sha1: "cf02d84977050c71e87a38f1249e83c43a93949b" - name: cdibios.zip + path: "same_cdi/bios/cdibios.zip" category: bios_zip system: cdi required: false @@ -115,6 +118,7 @@ files: sha1: "56d0acd7caad51c7de703247cd6d842b36173079" - name: cdi910.zip + path: "same_cdi/bios/cdi910.zip" category: bios_zip system: cdi required: false @@ -153,6 +157,7 @@ files: sha1: "153d1a977291bedb7420484a9f889325dbd3628e" - name: cdi490a.zip + path: "same_cdi/bios/cdi490a.zip" category: bios_zip system: cdi required: false diff --git a/emulators/ume2015.yml b/emulators/ume2015.yml index f5bf51be..4776c2d5 100644 --- a/emulators/ume2015.yml +++ b/emulators/ume2015.yml @@ -64,6 +64,7 @@ notes: | files: # Data files (system_dir/ume2015/) - name: hiscore.dat + path: "ume2015/hiscore.dat" required: false category: game_data source_ref: "src/emu/hiscore.c:335-337"