mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-30 22:30:01 +00:00
feat: mass BIOS collection (+1020 files, 7520 total)
Add ~1500 BIOS, firmware and game data files sourced from 24 parallel agents. Migrate game engine data (ScummVM, SDLPAL, OpenTyrian, Cave Story, Syobon Action) from bios/ to data/ via _data_dirs.yml. Add Roland MT-32/CM-32L ROMs to bios/Roland/. Upload large files (EDK2, SDLPAL, ScummVM, arcade ZIPs, EasyRPG soundfont) to large-files release. New coverage: QEMU firmware (67), PCem (137), VICE (53), Cemu Wii U (58), shadPS4 (14), Amiga (24), MAME ZIPs (724), O2EM voice (270), Azahar 3DS (4), EightyOne ZX81 (35), Stella KidVid (14), XRoar (12), and 77 emulators total.
This commit is contained in:
parent
7dc8428ac1
commit
3d5d5b601c
1888 changed files with 817264 additions and 33630 deletions
|
|
@ -141,6 +141,33 @@ data_directories:
|
|||
local_cache: data/mame2003-plus
|
||||
description: "MAME 2003-Plus samples + cheat + history"
|
||||
|
||||
# ref: sdlpal/main.c — system/sdlpal/ (Chinese Paladin / 仙剑奇侠传)
|
||||
# Not on buildbot — sourced from large-files release asset
|
||||
sdlpal:
|
||||
source_url: "https://github.com/Abdess/retrobios/releases/download/large-files/sdlpal-data.zip"
|
||||
source_type: zip
|
||||
local_cache: data/sdlpal
|
||||
description: "SDLPAL Chinese Paladin game data (.mkf archives)"
|
||||
|
||||
# ref: OpenTyrian2000 — system/opentyrian/tyrian/
|
||||
# Tyrian 2.1 freeware data (also on buildbot as OpenTyrian.zip)
|
||||
opentyrian:
|
||||
source_url: "https://buildbot.libretro.com/assets/system/OpenTyrian%20%28Game%20Data%29.zip"
|
||||
source_type: zip
|
||||
for_platforms: [retroarch, lakka, retropie]
|
||||
local_cache: data/opentyrian
|
||||
description: "OpenTyrian Tyrian 2.1 freeware game data"
|
||||
|
||||
# ref: syobonaction — system/syobonaction/
|
||||
# Freeware game data from OpenSyobonAction
|
||||
syobonaction:
|
||||
source_url: "https://github.com/akemin-dayo/OpenSyobonAction"
|
||||
source_type: git_subtree
|
||||
source_path: "res"
|
||||
version: master
|
||||
local_cache: data/syobonaction
|
||||
description: "Syobon Action (Cat Mario) game data (sprites, BGM, SE)"
|
||||
|
||||
# =========================================================================
|
||||
# Upstream repo sources (not on buildbot, available to all platforms)
|
||||
# =========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue