Files
libretro/emulators/simcp.yml
Abdessamad Derraz ebb55a445b feat: re-profile 40 emulators, harden CI workflows
profile emulators pd777 through tic80, add frozen snapshots
(puae2021, snes9x2002/2005/2010, stella2014/2023).

CI: replace github-script with gh CLI, add test execution,
job-level permissions, propagate changed output, pin jsonschema.
2026-03-25 07:00:17 +01:00

27 lines
846 B
YAML

emulator: SimCoupe
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/libretro-simcoupe"
upstream: "https://github.com/simonowen/simcoupe"
profiled_date: "2026-03-25"
core_version: "Git"
display_name: "SAM Coupe (SimCoupe)"
cores:
- simcp
systems:
- sam-coupe
notes: |
SAM Coupe emulator by Simon Owen. Port based on old pre-1.0 SimCoupe
codebase. Experimental, incomplete (no sound, partial input).
SAM Coupe ROM v3.0 and SAMDOS 2.0 embedded in the binary (SAMROM.h,
SAMDOS.h). HDBOOT patches for Atom Lite also embedded (HDBOOT.h).
The libretro wrapper never accesses the system directory.
Upstream v1.2.x loads external resource files (samcoupe.rom,
sp0256-al2.bin for VoiceBox speech synthesis). The libretro port
lacks VoiceBox/SP0256 support (commented out in IO.cpp).
files: []