From f4626ce3bd951572f95b32c319fccdb634d09b45 Mon Sep 17 00:00:00 2001 From: Abdessamad Derraz <3028866+Abdess@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:44:25 +0200 Subject: [PATCH] Add MSX2J ROM and update manifests Add MSX2J.rom (sha1: 0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd, size: 32768) to multiple install manifests and the RetroDECK bios list. Update generated timestamps and adjust total_files/total_size counts in batocera, lakka, recalbox, retroarch, retrobat, and retrodeck manifests. Also bump README verified file count and regenerate the auto-generated timestamp to reflect the new entry. --- README.md | 6 +++--- install/batocera.json | 15 ++++++++++++--- install/lakka.json | 15 ++++++++++++--- install/recalbox.json | 13 ++++++++++--- install/retroarch.json | 15 ++++++++++++--- install/retrobat.json | 15 ++++++++++++--- install/retrodeck.json | 22 +++++++++++++++++++--- 7 files changed, 80 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b67e2fb4..ecd4a7b3 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,295** verified files across **396** systems, ready to extract into your emulator's BIOS directory. +**7,296** verified files across **396** systems, ready to extract into your emulator's BIOS directory. ## Quick Install @@ -46,7 +46,7 @@ Each file is checked against the emulator's source code to match what the code a - **10 platforms** supported with platform-specific verification - **329 emulators** profiled from source (RetroArch cores + standalone) - **396 systems** covered (NES, SNES, PlayStation, Saturn, Dreamcast, ...) -- **7,295 files** verified with MD5, SHA1, CRC32 checksums +- **7,296 files** verified with MD5, SHA1, CRC32 checksums - **8765 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-31T20:38:37Z* +*Auto-generated on 2026-04-02T05:33:10Z* diff --git a/install/batocera.json b/install/batocera.json index dd7cda53..04d598a0 100644 --- a/install/batocera.json +++ b/install/batocera.json @@ -4,7 +4,7 @@ "platform": "batocera", "display_name": "Batocera", "version": "1.0", - "generated": "2026-04-01T14:41:41Z", + "generated": "2026-04-02T08:32:09Z", "base_destination": "bios", "detect": [ { @@ -15,8 +15,8 @@ } ], "standalone_copies": [], - "total_files": 1540, - "total_size": 3891615271, + "total_files": 1541, + "total_size": 3891648039, "files": [ { "dest": "panafz1.bin", @@ -2904,6 +2904,15 @@ "blueMSX" ] }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": [ + "blueMSX" + ] + }, { "dest": "Machines/Shared Roms/MSX2R2.ROM", "sha1": "ebb7eb540a390509edfd36c84288ba85e63f2d1f", diff --git a/install/lakka.json b/install/lakka.json index aaad207c..15b7b95f 100644 --- a/install/lakka.json +++ b/install/lakka.json @@ -4,7 +4,7 @@ "platform": "lakka", "display_name": "Lakka", "version": "1.0", - "generated": "2026-04-01T14:42:08Z", + "generated": "2026-04-02T08:32:35Z", "base_destination": "system", "detect": [ { @@ -15,8 +15,8 @@ } ], "standalone_copies": [], - "total_files": 1620, - "total_size": 5255358024, + "total_files": 1621, + "total_size": 5255390792, "files": [ { "dest": "3do_arcade_saot.bin", @@ -3438,6 +3438,15 @@ "blueMSX" ] }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": [ + "blueMSX" + ] + }, { "dest": "Machines/Shared Roms/MSX2R2.ROM", "sha1": "ebb7eb540a390509edfd36c84288ba85e63f2d1f", diff --git a/install/recalbox.json b/install/recalbox.json index ca83cacb..7f0607c7 100644 --- a/install/recalbox.json +++ b/install/recalbox.json @@ -4,7 +4,7 @@ "platform": "recalbox", "display_name": "Recalbox", "version": "1.0", - "generated": "2026-04-01T14:42:39Z", + "generated": "2026-04-02T08:33:02Z", "base_destination": "bios", "detect": [ { @@ -15,8 +15,8 @@ } ], "standalone_copies": [], - "total_files": 1097, - "total_size": 3500142330, + "total_files": 1098, + "total_size": 3500175098, "files": [ { "dest": "3do/panafz1.bin", @@ -851,6 +851,13 @@ "repo_path": "bios/Microsoft/MSX/MSX2EXT.ROM", "cores": null }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": null + }, { "dest": "Machines/Shared Roms/MSX2P.rom", "sha1": "e90f80a61d94c617850c415e12ad70ac41e66bb7", diff --git a/install/retroarch.json b/install/retroarch.json index 246d83d8..55167fdb 100644 --- a/install/retroarch.json +++ b/install/retroarch.json @@ -4,7 +4,7 @@ "platform": "retroarch", "display_name": "RetroArch", "version": "1.0", - "generated": "2026-04-01T14:42:08Z", + "generated": "2026-04-02T08:32:35Z", "base_destination": "system", "detect": [ { @@ -33,8 +33,8 @@ } ], "standalone_copies": [], - "total_files": 1620, - "total_size": 5255358024, + "total_files": 1621, + "total_size": 5255390792, "files": [ { "dest": "3do_arcade_saot.bin", @@ -3456,6 +3456,15 @@ "blueMSX" ] }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": [ + "blueMSX" + ] + }, { "dest": "Machines/Shared Roms/MSX2R2.ROM", "sha1": "ebb7eb540a390509edfd36c84288ba85e63f2d1f", diff --git a/install/retrobat.json b/install/retrobat.json index ae64d67c..93f5362d 100644 --- a/install/retrobat.json +++ b/install/retrobat.json @@ -4,7 +4,7 @@ "platform": "retrobat", "display_name": "RetroBat", "version": "1.0", - "generated": "2026-04-01T14:42:50Z", + "generated": "2026-04-02T08:33:12Z", "base_destination": "bios", "detect": [ { @@ -14,8 +14,8 @@ } ], "standalone_copies": [], - "total_files": 1162, - "total_size": 4297772175, + "total_files": 1163, + "total_size": 4297804943, "files": [ { "dest": "panafz1.bin", @@ -2525,6 +2525,15 @@ "blueMSX" ] }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": [ + "blueMSX" + ] + }, { "dest": "Machines/Shared Roms/MSX2R2.ROM", "sha1": "ebb7eb540a390509edfd36c84288ba85e63f2d1f", diff --git a/install/retrodeck.json b/install/retrodeck.json index 936d668d..61745462 100644 --- a/install/retrodeck.json +++ b/install/retrodeck.json @@ -4,7 +4,7 @@ "platform": "retrodeck", "display_name": "RetroDECK", "version": "1.0", - "generated": "2026-04-01T14:43:08Z", + "generated": "2026-04-02T08:33:28Z", "base_destination": "", "detect": [ { @@ -15,8 +15,8 @@ } ], "standalone_copies": [], - "total_files": 3144, - "total_size": 5871582893, + "total_files": 3146, + "total_size": 5871648429, "files": [ { "dest": "bios/panafz1.bin", @@ -11477,6 +11477,13 @@ "repo_path": "bios/Microsoft/MSX/openmsx/yrw801.rom", "cores": null }, + { + "dest": "bios/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": null + }, { "dest": "bios/MSX2R2.ROM", "sha1": "04990aa1c3a3fc7294ec884b81deaa89832df614", @@ -22300,6 +22307,15 @@ "blueMSX" ] }, + { + "dest": "Machines/Shared Roms/MSX2J.rom", + "sha1": "0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd", + "size": 32768, + "repo_path": "bios/Microsoft/MSX/.variants/MSX2.ROM.0081ea0d", + "cores": [ + "blueMSX" + ] + }, { "dest": "Machines/Shared Roms/MSX2R2.ROM", "sha1": "ebb7eb540a390509edfd36c84288ba85e63f2d1f",