emux (SMS) - RetroBIOS¶
Technical notes
emux is a multi-system emulator by Sebastien Ronsse. BIOS and cartridge code identical between upstream and libretro fork (only difference: libretro adds g_ram_data/g_ram_size exposure in mach/sms.c for RETRO_MEMORY_SYSTEM_RAM).
BIOS loaded via file_map(PATH_SYSTEM, "bios.sms", 0, BIOS_SIZE) in sms_mapper_init (controllers/mapper/sms_mapper.c:162-165). Returns false on failure — no HLE fallback. Mapped at 0x0000, overlays cartridge ROM until bios_disable bit set in slot control register (controllers/mapper/sms_mapper.c:79-82).
No hash validation. Code accepts any file >= 8192 bytes. is_experimental=true. No save states, rewind, or netplay.
1 files | 1 required, 0 optional | 1 in repo, 0 missing
bios.sms required in repo
Sega Master System BIOS
- System: sms
- Size: 8.0 KB
- Validation: size
- Source:
controllers/mapper/sms_mapper.c:12,controllers/mapper/sms_mapper.c:61,controllers/mapper/sms_mapper.c:162-170 - Platforms: lakka, retroarch, retrodeck, retropie, rocknix, romm
- Mapped at 0x0000, overlays cartridge ROM until bios_disable bit set. file_map rejects files < 8192 bytes (main/file.c:59).
Generated on 2026-09-14T09:03:09Z