mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
30 lines
996 B
YAML
30 lines
996 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:
|
|
- name: dc_bios.bin
|
|
system: sega-dreamcast
|
|
destination: dc/boot.bin
|
|
required: true
|
|
sha1: 8951d1bb219ab2ff8583033d2119c899cc81f18c
|
|
md5: e10c53c2f8b90bab96ead2d368858623
|
|
size: 2097152
|
|
- name: dc_flash.bin
|
|
system: sega-dreamcast
|
|
destination: dc/flash.bin
|
|
required: true
|
|
sha1: 94d44d7f9529ec1642ba3771ed3c5f756d5bc872
|
|
md5: 0a93f7940c455905bea6e392dfde92a4
|
|
size: 131072
|