mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-13 12:22:33 -05:00
add core_classification and upstream to all five profiles. kronos: add ROM cartridge files (mpr-18811-mx.ic1, mpr-19367-mx.ic1), add archive: field to STV blobs, remove unverified MD5 hashes, fix cores list (remove yabause_libretro). jumpnbump: fix incorrect note about embedded data. lowresnx, lutro, m2000: add missing classification fields.
27 lines
855 B
YAML
27 lines
855 B
YAML
emulator: LowRes NX
|
|
type: libretro
|
|
core_classification: official_port
|
|
source: "https://github.com/timoinutilis/lowres-nx"
|
|
upstream: "https://github.com/timoinutilis/lowres-nx"
|
|
profiled_date: "2026-03-22"
|
|
core_version: "v1.2"
|
|
display_name: "LowRes NX"
|
|
cores:
|
|
- lowresnx
|
|
systems:
|
|
- lowresnx
|
|
|
|
notes: |
|
|
LowRes NX is a fantasy console simulating an imaginary 8/16-bit handheld.
|
|
It runs programs written in a custom BASIC dialect, loaded as .nx files.
|
|
The libretro port is maintained by the upstream author (timoinutilis) in
|
|
the same repository.
|
|
|
|
retro_load_game() copies the .nx source code into memory
|
|
(libretro_main.c:490) and compiles it with the built-in interpreter.
|
|
The boot intro is a string constant embedded in boot_intro.c. The core
|
|
never accesses the system directory. No BIOS, firmware, or external
|
|
files required.
|
|
|
|
files: []
|