Add SPMP8000Emu core documentation#1166
Merged
LibretroAdmin merged 6 commits intoJul 21, 2026
Merged
Conversation
Add documentation page for the SPMP8000Emu libretro core following the new-core checklist.
- Add SPMP8000Emu entry to mkdocs.yml Sunplus Emulation section - Add SPMP8000Emu entry to core-list.md - Add SPMP8000Emu entry to licenses.md (BSD-3-Clause)
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add documentation for the SPMP8000Emu libretro core, following the adding a new core instructions.
SPMP8000Emu emulates the SPMP8000 game platform developed by Sunplus for portable game devices. The core supports
.binROMs. The core is written in Rust and licensed BSD-3-Clause.Changes
Per the new-core checklist:
docs/library/spmp8000emu.md— the core documentation page, based ondocs/meta/core-template.md(background, license, extensions, features table, controls, usage, external links).mkdocs.yml— added a "Sunplus Emulation" entry for SPMP8000Emu pointing to the new page.docs/guides/core-list.md— added the SPMP8000Emu row (alphabetically under S, after Native32Emu).docs/development/licenses.md— added the SPMP8000Emu entry (BSD-3-Clause) in the Cores table.Notes
The checklist items that don't apply were skipped:
docs/library/bios.mdentry.docs/guides/softpatching.mdentry.docs/guides/retroachievements.mdentry.Several features (save states, cheats, core options) are still in progress; the features table reflects the current state.