feat: re-profile 20 emulators, add trident and vice_x128

This commit is contained in:
Abdessamad Derraz
2026-03-25 12:23:32 +01:00
parent 93b071730a
commit a7bcd9b252
20 changed files with 964 additions and 279 deletions

View File

@@ -1,13 +1,16 @@
emulator: MicroW8
profiled_date: "2026-03-18"
profiled_date: "2026-03-25"
core_version: "0.2.2"
display_name: "MicroW8"
type: game
core_classification: pure_libretro
source: https://github.com/libretro/uw8-libretro
upstream: https://github.com/exoticorn/microw8
cores: [uw8]
systems: []
files: []
notes: >
MicroW8 is a WebAssembly-based fantasy console with a 320x240 screen,
32-color palette, and a 256KB memory limit. Programs are compiled to
compact WASM modules (.uw8 format). The runtime is fully self-contained
with no external dependencies. No BIOS or system directory files required.
WebAssembly-based fantasy console. 320x240 screen, 32-color palette,
256KB memory. The WASM runtime (platform + loader modules) is compiled
to C via wasm2c and embedded in the binary. No external files required.
firmware_count=0 in .info is correct.