feat: update 47 emulator profiles with core_classification and fixes

add core_classification, cores, upstream fields. fix false aliases
(fixnes, fsuae, gearboy, higan_sfc, higan_sfc_balanced, potator,
quicknes). add new profiles (fbneo_neogeo, flycast_gles2,
genesis_plus_gx_wide). remove verbose notes and disclaimers.
This commit is contained in:
Abdessamad Derraz
2026-03-22 14:01:38 +01:00
parent 74f17694c2
commit d2adde9846
48 changed files with 1344 additions and 196 deletions
+13 -1
View File
@@ -1,10 +1,14 @@
emulator: Hatari
type: libretro
core_classification: community_fork
source: "https://github.com/libretro/hatari"
upstream: "https://github.com/hatari/hatari"
logo: "https://raw.githubusercontent.com/hatari/hatari/main/share/icons/hicolor/scalable/apps/hatari.svg"
profiled_date: "2026-03-18"
profiled_date: "2026-03-21"
core_version: "1.8"
display_name: "Atari - ST/STE/TT/Falcon (Hatari)"
cores:
- hatari
systems: [atari-st, atari-ste, atari-tt, atari-falcon]
# Hatari requires a TOS ROM image to boot. The default filename is tos.img,
@@ -53,6 +57,14 @@ files:
Mutually exclusive with GEMDOS hard disk emulation and extended VDI.
source_ref: "src/cart.c:53-88"
- name: "BOOT.ST"
path: "hatari/BOOT.ST"
required: false
note: >
Floppy image used for GEMDOS HD bootstrapping with .gem files.
Libretro port addition (not in upstream Hatari).
source_ref: "libretro/libretro.c:1649"
# Supported TOS versions (from patch table in tos.c):
# 0x100 - TOS 1.00 (ST, 68000 only, no VDI extensions)
# 0x102 - TOS 1.02 (ST, most common for gaming)