mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 20:32:32 -05:00
shared groups in _shared.yml: np2kai, keropi, quasi88, kronos, ep128emu with source references for each subdirectory requirement. libretro_scraper: CORE_SUBDIR_MAP applies subdirectory prefixes at generation time (np2kai/, keropi/, dc/). EXTRA_SYSTEMS adds QUASI88. SYSTEM_SHARED_GROUPS injects includes for kronos/np2kai/keropi. new BIOS: CPS3 (23 ZIPs), Cannonball OutRun (40 ROMs), PCem PC BIOS (73 files), VICE Commodore ROMs, Spectrum ZIPs, dc_bios.bin, X1 fonts. new emulator profiles: redream, melonds_ds, lrps2 with doc vs source notes. platforms/README.md documents shared groups architecture.
29 lines
984 B
YAML
29 lines
984 B
YAML
# Redream — Sega Dreamcast (libretro)
|
|
# ref: libretro/redream, docs.libretro.com/library/redream
|
|
# Uses dc/boot.bin and dc/flash.bin (different names from Flycast)
|
|
# Same BIOS data as Flycast's dc_boot.bin / dc_flash.bin
|
|
#
|
|
# doc vs source: docs list boot.bin md5 e10c53c2f8b90bab96ead2d368858623
|
|
# which matches dc_bios.bin in the repo. Flycast uses dc_boot.bin (same
|
|
# data, 2 MB) while Redream calls it boot.bin. The flash.bin is identical
|
|
# across both cores.
|
|
emulator: Redream
|
|
type: libretro
|
|
source: "https://github.com/libretro/redream"
|
|
systems:
|
|
- sega-dreamcast
|
|
files:
|
|
sega-dreamcast:
|
|
- name: dc_bios.bin
|
|
destination: dc/boot.bin
|
|
required: true
|
|
sha1: 8951d1bb219ab2ff8583033d2119c899cc81f18c
|
|
md5: e10c53c2f8b90bab96ead2d368858623
|
|
size: 2097152
|
|
- name: dc_flash.bin
|
|
destination: dc/flash.bin
|
|
required: true
|
|
sha1: 94d44d7f9529ec1642ba3771ed3c5f756d5bc872
|
|
md5: 0a93f7940c455905bea6e392dfde92a4
|
|
size: 131072
|