feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
emulator: UXN
|
2026-03-25 12:23:32 +01:00
|
|
|
type: libretro
|
|
|
|
|
core_classification: community_fork
|
|
|
|
|
source: "https://codeberg.org/iyzsong/uxn-libretro"
|
|
|
|
|
upstream: "https://github.com/chmod222/zuxn"
|
|
|
|
|
profiled_date: "2026-03-25"
|
|
|
|
|
core_version: "0.0.1"
|
2026-03-18 05:19:57 +01:00
|
|
|
display_name: "Uxn / Varvara (zuxn)"
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
cores: [uxn]
|
|
|
|
|
systems: []
|
|
|
|
|
files: []
|
2026-03-25 12:23:32 +01:00
|
|
|
exclusion_note: >
|
|
|
|
|
Uxn/Varvara is a software-defined stack machine with 64KB of memory.
|
|
|
|
|
The VM has no firmware or BIOS. ROMs compiled from Uxntal assembly are
|
|
|
|
|
loaded directly via libretro game_info. The .info declares no firmware.
|
feat: complete 294/294 libretro core profiling
Final batch: stonesoup, vitaquake3+vitavoyager, uw8, uxn, wasm4,
tempgba, retro8, moonlight, ffmpeg, imageviewer, mpv, remotejoy,
puzzlescript, lutro, mojozork, simcp (SAM Coupe, ROM built-in),
romcleaner, redbook, onsyuri, mcsoftserve, x64sdl (VICE alias)
204 total emulator/core profiles covering ALL 294 libretro cores.
Every core analyzed from source code. Complete museum documentation.
2026-03-18 05:12:01 +01:00
|
|
|
notes: >
|
2026-03-25 12:23:32 +01:00
|
|
|
Libretro wrapper around the zuxn library (Zig implementation of the
|
|
|
|
|
Uxn/Varvara spec by Hundred Rabbits). The file device in Varvara handles
|
|
|
|
|
ROM-initiated I/O but does not load system files from the system directory.
|