Files
libretro/emulators/simcp.yml
Abdessamad Derraz 58f3006d20 docs: add core_version, display_name to all 260 emulator profiles
Every profile now has:
- profiled_date: date of source code analysis
- core_version: version from libretro-core-info .info files
- display_name: human-readable name from .info files

260/260 profiles complete. 294/294 libretro cores covered.
Standalone emulators (cemu, rpcs3, xemu, vita3k) versioned manually.
2026-03-18 05:20:05 +01:00

25 lines
698 B
YAML

emulator: SimCoupe
type: libretro
source: "https://github.com/libretro/libretro-simcoupe"
profiled_date: "2026-03-18"
core_version: "Git"
display_name: "SAM Coupe (SimCoupe)"
cores:
- simcp
systems:
- sam-coupe
notes: |
SimCoupe is an emulator for the SAM Coupe, a British 8-bit home
computer by Miles Gordon Technology (1989). The SAM Coupe was
designed as a successor to the ZX Spectrum with a Z80B CPU at 6 MHz
and custom ASIC graphics.
No external BIOS or ROM files required. The SAM Coupe ROM is built
into the emulator. The libretro wrapper does not request any files
from the system directory.
Loads .dsk, .sad, .mgt, .sbt, and .cpm disk images as content.
files: []