Files
libretro/emulators/oberon.yml
Abdessamad Derraz 0543165ed2 feat: re-profile 22 emulators, refactor validation to common.py
batch re-profiled nekop2 through pokemini. mupen64plus renamed to
mupen64plus_next. new profiles: nes, mupen64plus_next.
validation functions (_build_validation_index, check_file_validation)
consolidated in common.py — single source of truth for verify.py
and generate_pack.py. pipeline 100% consistent on all 6 platforms.
2026-03-24 22:31:22 +01:00

27 lines
951 B
YAML

emulator: Oberon
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/oberon-risc-emu"
upstream: "https://github.com/pdewacht/oberon-risc-emu"
profiled_date: "2026-03-24"
core_version: "2020-07-01"
display_name: "Oberon RISC Emulator"
cores:
- oberon
systems: [oberon]
# Project Oberon RISC emulator by Peter De Wachter.
# Emulates the Oberon RISC processor designed by Niklaus Wirth.
# Bootloader (512 words) compiled into the binary from risc-boot.inc,
# loaded into ROM at 0xFFFFF800 on startup (risc.c:75-77,93).
# No retro_get_system_directory() call — no files from system dir.
# Content: .dsk disk images loaded via retro_load_game (libretro.c:209-214).
# Upstream and libretro core emulation code (risc.c, disk.c) are identical.
files: []
notes:
boot_process: >
Bootloader embedded in ROM reads boot sector from SPI disk, loads
Oberon inner core into RAM. Content is raw sector .dsk images.