yabause - RetroBIOS¶
Technical notes
Yabause is a software-rendered Sega Saturn emulator. Upstream project is dead; libretro port maintained by the community on the master branch of libretro/yabause.
Saturn BIOS search order: 1. {system}/saturn_bios.bin 2. {system}/sega_101.bin 3. {system}/mpr-17933.bin First file found wins. HLE BIOS available via yabause_force_hle_bios core option (reduced compatibility). Multi-disc (m3u) requires real BIOS.
Addon cartridges: 1M/4M RAM expansion via core option (no files needed). ROM cartridge loading, SH1 ROM (CD Block LLE), and MPEG card ROM are standalone-only features disabled in the libretro port.
BIOS loading: libretro.c retro_load_game() lines 1035-1049. Core load: memory.c LoadBios() line 1260, T123Load() memory.h lines 196-264.
3 files | 1 required, 2 optional | 3 in repo, 0 missing | 3 with HLE fallback
saturn_bios.bin required in repo HLE fallback
sega_101.bin optional in repo HLE fallback japan
mpr-17933.bin optional in repo HLE fallback north-america, europe
Generated on 2026-04-03T20:37:39Z