feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
emulator: Oberon
|
|
|
|
|
type: libretro
|
2026-03-24 22:31:22 +01:00
|
|
|
core_classification: community_fork
|
feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
source: "https://github.com/libretro/oberon-risc-emu"
|
2026-03-24 22:31:22 +01:00
|
|
|
upstream: "https://github.com/pdewacht/oberon-risc-emu"
|
|
|
|
|
profiled_date: "2026-03-24"
|
2026-03-18 05:19:57 +01:00
|
|
|
core_version: "2020-07-01"
|
|
|
|
|
display_name: "Oberon RISC Emulator"
|
feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
cores:
|
|
|
|
|
- oberon
|
|
|
|
|
systems: [oberon]
|
|
|
|
|
|
|
|
|
|
# Project Oberon RISC emulator by Peter De Wachter.
|
|
|
|
|
# Emulates the Oberon RISC processor designed by Niklaus Wirth.
|
2026-03-24 22:31:22 +01:00
|
|
|
# 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.
|
feat: add emulator profiles (119-series batch 6 partial)
dolphin_launcher (stub launcher), oberon (RISC, bootloader embedded),
17 test cores (00_example through vidtest), 17 game/utility cores
(2048 through vaporspec), bennugd, boytacean, emux_chip8, fake08,
jaxe, lowresnx, opentyrian, openlara, squirreljme, vitaquake2, xrick
182 total profiles. 6 agents failed (API 500), will retry.
2026-03-18 05:09:11 +01:00
|
|
|
|
|
|
|
|
files: []
|
|
|
|
|
|
|
|
|
|
notes:
|
|
|
|
|
boot_process: >
|
2026-03-24 22:31:22 +01:00
|
|
|
Bootloader embedded in ROM reads boot sector from SPI disk, loads
|
|
|
|
|
Oberon inner core into RAM. Content is raw sector .dsk images.
|