Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/development/licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ See below for a summary of the licenses behind RetroArch and its cores:
| [Snes9x 2005](../library/snes9x_2005.md) | [Non-commercial](https://github.com/libretro/snes9x/blob/master/docs/snes9x-license.txt) | Non-commercial |
| [Snes9x 2005 Plus](../library/snes9x_2005_plus.md) | [Non-commercial](https://github.com/libretro/snes9x/blob/master/docs/snes9x-license.txt) | Non-commercial |
| [Snes9x 2010](../library/snes9x_2010.md) | [Non-commercial](https://github.com/libretro/snes9x2010/blob/master/LICENSE.txt) | Non-commercial |
| [SPMP8000Emu](../library/spmp8000emu.md) | [BSD-3-Clause](https://github.com/jiangxincode/SPMP8000Emu/blob/master/LICENSE) | |
| UME 2014 | [MAME (Non-commercial)](https://github.com/libretro/mame2014-libretro/blob/master/docs/license.txt) | Non-commercial |

## Libretro
Expand Down Expand Up @@ -206,6 +207,7 @@ See below for a summary of the licenses behind RetroArch and its cores:
| [Snes9x 2005](../library/snes9x_2005.md) | [Non-commercial](https://github.com/libretro/snes9x/blob/master/docs/snes9x-license.txt) | Non-commercial |
| [Snes9x 2005 Plus](../library/snes9x_2005_plus.md) | [Non-commercial](https://github.com/libretro/snes9x/blob/master/docs/snes9x-license.txt) | Non-commercial |
| [Snes9x 2010](../library/snes9x_2010.md) | [Non-commercial](https://github.com/libretro/snes9x2010/blob/master/LICENSE.txt) | Non-commercial |
| [SPMP8000Emu](../library/spmp8000emu.md) | [BSD-3-Clause](https://github.com/jiangxincode/SPMP8000Emu/blob/master/LICENSE) | |
| [Stella](../library/stella.md) | [GPLv2](https://github.com/stella-emu/stella/blob/master/License.txt) | |
| TempGBA | [GPLv2](https://github.com/libretro/TempGBA-libretro/blob/master/copyright) | |
| [TGB Dual](../library/tgb_dual.md) | [GPLv2](https://github.com/libretro/tgbdual-libretro/blob/master/docs/COPYING-2.0.txt) | |
Expand Down
1 change: 1 addition & 0 deletions docs/guides/core-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
| [Snes9x 2005](https://docs.libretro.com/library/snes9x_2005/) | Nintendo SNES/SFC | |
| [Snes9x 2005 Plus](https://docs.libretro.com/library/snes9x_2005_plus/) | Nintendo SNES/SFC | |
| [Snes9x 2010](https://docs.libretro.com/library/snes9x_2010/) | Nintendo SNES/SFC | |
| [SPMP8000Emu](../library/spmp8000emu.md) | Sunplus SPMP8000 | An emulator for the Sunplus SPMP8000 game platform used by portable game devices |
| SquirrelJME | Java ME | A port of the SquirrelJME Java ME 8 Virtual Machine emulator to libretro |
| [Stella](https://docs.libretro.com/library/stella/) | Atari 2600 | |
| Stella 2014 | Atari 2600 | |
Expand Down
92 changes: 92 additions & 0 deletions docs/library/spmp8000emu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
# SPMP8000 (SPMP8000Emu)

## Background

SPMP8000 is a game platform developed by Sunplus for portable game devices. The SPMP8000 chipset features an ARM-based SoC with integrated graphics, audio, and input handling. SPMP8000Emu is an emulator for this platform written in Rust, with a libretro core front-end.

The SPMP8000Emu core has been authored by:

- jiangxincode

The SPMP8000Emu core is licensed under:

- [BSD-3-Clause](https://github.com/jiangxincode/SPMP8000Emu/blob/master/LICENSE)

A summary of the licenses behind RetroArch and its cores can be found [here](../development/licenses.md).

## BIOS

No BIOS or firmware files are required.

## Extensions

Content that can be loaded by the SPMP8000Emu core have the following file extensions:

- .bin

RetroArch database(s) that are associated with the SPMP8000Emu core:

- SPMP8000

## Features

Frontend-level settings or features that the SPMP8000Emu core respects:

| Feature | Supported |
|-------------------|:---------:|
| Restart ||
| Saves ||
| States ||
| Rewind ||
| Netplay ||
| Core Options ||
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
| RetroArch Cheats ||
| Native Cheats ||
| Controls ||
| Remapping ||
| Multi-Mouse ||
| Rumble ||
| Sensors ||
| Camera ||
| Location ||
| Subsystem ||
| [Softpatching](../guides/softpatching.md) ||
| Disk Control ||
| Username ||
| Language ||
| Crop Overscan ||
| LEDs ||

## Directories

The SPMP8000Emu core's library name is 'SPMP8000 (SPMP8000Emu)'

## Usage

The SPMP8000Emu core loads .bin game ROMs directly. Video is output in the XRGB8888 pixel format and audio is output as stereo. Save states, cheats, and core options are not yet implemented.

## User 1 device types

The SPMP8000Emu core supports the following device type(s) in the controls menu, bolded device types are the default for the specified user(s):

- **RetroPad** - Gamepad

## Joypad

| RetroPad Inputs | User 1 input descriptors |
|------------------------------------------------|--------------------------|
| ![](../image/retropad/retro_b.png) | O Button |
| ![](../image/retropad/retro_a.png) | X Button |
| ![](../image/retropad/retro_start.png) | START |
| ![](../image/retropad/retro_select.png) | SELECT |
| ![](../image/retropad/retro_dpad_up.png) | Up |
| ![](../image/retropad/retro_dpad_down.png) | Down |
| ![](../image/retropad/retro_dpad_left.png) | Left |
| ![](../image/retropad/retro_dpad_right.png) | Right |

## External links

- [SPMP8000Emu Repository](https://github.com/jiangxincode/SPMP8000Emu)
- [Libretro SPMP8000Emu Core info file](https://github.com/libretro/libretro-super/blob/master/dist/info/spmp8000emu_libretro.info)
- [Report Libretro SPMP8000Emu Core Issues Here](https://github.com/jiangxincode/SPMP8000Emu/issues)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ nav:
- 'MSX/SVI/ColecoVision/SG-1000 (blueMSX)': 'library/bluemsx.md'
- 'Sunplus Emulation':
- 'Sunplus - Native32 (Native32Emu)': 'library/native32emu.md'
- 'Sunplus - SPMP8000 (SPMP8000Emu)': 'library/spmp8000emu.md'
- 'Texas Instruments Emulation':
- 'Texas Instruments - TI-83 (Numero)': 'library/numero.md'
- 'Thomson Emulation':
Expand Down
Loading