mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 04:12:33 -05:00
Add an "Add a new platform" section to CONTRIBUTING.md (instructions to write a scraper in scripts/scraper/, create platform YAML in platforms/, register in platforms/_registry.yml, and submit a PR) and note contributor crediting. Update README: bump verified files from 7,296 to 7,302, add RomM and RetroDECK contributor credits with PR links, and refresh the auto-generated timestamp. Add sdlpal to the mkdocs.yml navigation.
800 B
800 B
Contributing to RetroBIOS
Add a BIOS file
- Fork this repository
- Place the file in
bios/Manufacturer/Console/filename - Variants (alternate hashes):
bios/Manufacturer/Console/.variants/ - Create a Pull Request - checksums are verified automatically
Add a new platform
- Write a scraper in
scripts/scraper/ - Create the platform YAML in
platforms/ - Register in
platforms/_registry.yml - Submit a Pull Request
Contributors who add platform support are credited in the README, on the documentation site, and in the BIOS packs.
File conventions
- Files >50 MB go in GitHub release assets (
large-filesrelease) - RPG Maker and ScummVM directories are excluded from deduplication
- See the documentation site for full details