bnes - RetroBIOS¶
| Type | libretro |
| Source | https://github.com/libretro/bnes-libretro |
| Version | v083 |
| Profiled | 2026-03-23 |
| Cores | bnes |
| Systems | nes |
No BIOS or firmware files required. This core is self-contained.
Frozen libretro port of byuu's higan v083 NES module by Ryphecha. Experimental, not maintained. ROM data passed via retro_load_game memory buffer (libretro/libretro.cpp:181-184). Cartridge::load parses iNES headers and delegates to Board::load (nes/cartridge/cartridge.cpp:18-31). System::init sets up the interface pointer and default input devices (nes/system/system.cpp:62-66). No system directory access. No FDS support. Palette hardcoded (libretro/libretro.cpp:20-37). .info declares no firmware (firmware_count absent).
Generated on 2026-03-25T06:03:30Z