mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
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.
25 lines
698 B
YAML
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: []
|