mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-15 21:32:32 -05:00
feat: re-profile 20 emulators, add trident and vice_x128
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user