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.